org.eobjects.analyzer.configuration
Interface AnalyzerBeansConfiguration
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AnalyzerBeansConfigurationImpl
public interface AnalyzerBeansConfiguration
- extends java.io.Serializable
Represents the configuration of the AnalyzerBeans application. The
configuration can provide all the needed providers and catalogs used by
AnalyzerBeans to configure and execute jobs.
getDatastoreCatalog
DatastoreCatalog getDatastoreCatalog()
getReferenceDataCatalog
ReferenceDataCatalog getReferenceDataCatalog()
getDescriptorProvider
DescriptorProvider getDescriptorProvider()
getStorageProvider
StorageProvider getStorageProvider()
getTaskRunner
TaskRunner getTaskRunner()