Interface IImporterDescriptor
public interface IImporterDescriptor
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Method Details
-
getId
String getId() -
getImportTypes
Returns import types supported by this exporter. See constants "IMPORT_TYPE" inIImportConfiguration
and its subinterfaces.- Since:
- 3.5.0
-
isTemplateImporter
boolean isTemplateImporter()- Returns:
- true if import driven by a template is supported by the importer
-
getLabel
String getLabel() -
getParameterDescriptors
List<IParameterDescriptor> getParameterDescriptors()- Returns:
- list of
IParameterDescriptor
-