org.eobjects.analyzer.configuration
Interface AnalyzerBeansConfiguration

Package class diagram package 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.


Method Summary
 DatastoreCatalog getDatastoreCatalog()
           
 DescriptorProvider getDescriptorProvider()
           
 ReferenceDataCatalog getReferenceDataCatalog()
           
 StorageProvider getStorageProvider()
           
 TaskRunner getTaskRunner()
           
 

Method Detail

getDatastoreCatalog

DatastoreCatalog getDatastoreCatalog()

getReferenceDataCatalog

ReferenceDataCatalog getReferenceDataCatalog()

getDescriptorProvider

DescriptorProvider getDescriptorProvider()

getStorageProvider

StorageProvider getStorageProvider()

getTaskRunner

TaskRunner getTaskRunner()