Interface ImporterFactory
- All Known Implementing Classes:
ImporterFactoryImpl
public interface ImporterFactory
This factory will handle the responsibility of returning
an
ImporterDAO
based on a given configuration-
Method Summary
Modifier and TypeMethodDescriptionWill return a list of supported Atlassian applications that have an importergetImporterDAO
(Configuration configuration) Will return an importer based on a given ConfigurationWill return a list of supported applications that have an importer
-
Method Details
-
getImporterDAO
Will return an importer based on a given Configuration- Returns:
- an ImporterDAO from a given configuration
- Throws:
ImporterConfigurationException
-
getSupportedImporterApplications
Will return a list of supported applications that have an importer- Returns:
- Set<String> applications with an importer
-
getAtlassianSupportedImporterApplications
Will return a list of supported Atlassian applications that have an importer- Returns:
- Set<String> applications with an importer
-