|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImporterPluginRegistryProvider
Basic interface for the importer implementation provider.
Method Summary | |
---|---|
String |
getConversionRuleDescription(String conversionRuleId)
Retrieves description of conversion rule with a given extension identifier. |
List<ConversionRuleInfo> |
getConversionRuleInfos()
Returns the list of information about all available conversion rules. |
IConversionRule |
getConversionRuleInstance(String conversionRuleId)
Returns the conversion rule for model with given extension identifier. |
String |
getConversionRuleName(String ruleId)
Retrieves name of conversion rule with a given extension identifier. |
String |
getConverterDescription(String converterId)
Retrieves description of converter with a given extension identifier. |
List<ImportConverterInfo> |
getConverterInfos()
Returns the list of information about all available converters. |
IImportConverter |
getConverterInstance(String converterId)
Returns the converter for model with given extension identifier. |
List<DataTypeInfo> |
getDataTypeInfos()
Returns the list of information about all available data types. |
Map<String,String> |
getSupportedFileExtensions()
Retrieves all file extensions supported by all tokenizers, mapped to their tokenizer's identifiers. |
String |
getTokenizerDescription(String tokenizerId)
Retrieves description of tokenizer with a given extension identifier. |
List<TokenizerInfo> |
getTokenizerInfos()
Returns the list of information about all available tokenizers. |
IImportTokenizer |
getTokenizerInstance(String tokenizerId)
Returns the tokenizer for model with given extension identifier. |
String |
getTokenizerName(String tokenizerId)
Retrieves name of tokenizer with a given extension identifier. |
Method Detail |
---|
List<TokenizerInfo> getTokenizerInfos() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
List<ConversionRuleInfo> getConversionRuleInfos() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
List<ImportConverterInfo> getConverterInfos() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
List<DataTypeInfo> getDataTypeInfos() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
IImportTokenizer getTokenizerInstance(String tokenizerId) throws org.eclipse.core.runtime.CoreException
tokenizerId
- the id of the tokenizer extension (defined in the plugin.xml file)
org.eclipse.core.runtime.CoreException
IImportConverter getConverterInstance(String converterId) throws org.eclipse.core.runtime.CoreException
converterId
- the id of the converter extension (defined in the plugin.xml file)
org.eclipse.core.runtime.CoreException
IConversionRule getConversionRuleInstance(String conversionRuleId) throws org.eclipse.core.runtime.CoreException
conversionRuleId
- the id of the conversion rule extension (defined in the plugin.xml file)
org.eclipse.core.runtime.CoreException
String getTokenizerName(String tokenizerId)
tokenizerId
- The id of the tokenizer extension (defined in the plugin.xml file)
String getConversionRuleName(String ruleId)
ruleId
- The id of the conversion rule extension (defined in the plugin.xml file)
String getTokenizerDescription(String tokenizerId)
tokenizerId
- The id of the tokenizer extension (defined in the plugin.xml file)
Map<String,String> getSupportedFileExtensions()
String getConverterDescription(String converterId)
converterId
- The id of the converter extension (defined in the plugin.xml file)
String getConversionRuleDescription(String conversionRuleId)
conversionRuleId
- The id of the conversion rule extension (defined in the plugin.xml file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |