public class DefaultCoserApplicationContext extends Object implements CoserApplicationContext
| Modifier and Type | Field and Description |
|---|---|
protected Charts |
charts
Charts helper.
|
protected CoserCommandFactory |
commandFactory
Factory of commands.
|
protected CoserBusinessConfig |
config
Application configuration.
|
protected IndicatorMap |
indicatorsMap
Cache of indicator definition.
|
protected Reports |
reports
Reports helper.
|
protected CoserMainRepositoryProvider |
repositoryProvider
Result repository provider.
|
protected Set<ResultRepositoryType> |
repositoryTypes
Result repository types (loaded by service loader).
|
protected ZoneMap |
zonesMap
Cache of zone definition.
|
| Constructor and Description |
|---|
DefaultCoserApplicationContext(CoserBusinessConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Charts |
getCharts() |
CoserCommandFactory |
getCommandFactory() |
CoserBusinessConfig |
getConfig() |
Extracts |
getExtracts() |
IndicatorMap |
getIndicatorMap() |
Reports |
getReports() |
CoserMainRepositoryProvider |
getRepositoryProvider() |
Set<ResultRepositoryType> |
getRepositoryTypes() |
ZoneMap |
getZoneMap() |
protected CoserBusinessConfig config
protected Set<ResultRepositoryType> repositoryTypes
protected CoserMainRepositoryProvider repositoryProvider
protected CoserCommandFactory commandFactory
protected IndicatorMap indicatorsMap
protected ZoneMap zonesMap
protected Reports reports
protected Charts charts
public DefaultCoserApplicationContext(CoserBusinessConfig config)
public CoserBusinessConfig getConfig()
getConfig in interface CoserApplicationContextpublic Set<ResultRepositoryType> getRepositoryTypes()
getRepositoryTypes in interface CoserApplicationContextResultRepositoryType found via the ServiceLoader mecanismpublic IndicatorMap getIndicatorMap()
getIndicatorMap in interface CoserApplicationContextpublic ZoneMap getZoneMap()
getZoneMap in interface CoserApplicationContextpublic Reports getReports()
getReports in interface CoserApplicationContextpublic Charts getCharts()
getCharts in interface CoserApplicationContextpublic Extracts getExtracts()
getExtracts in interface CoserApplicationContextpublic CoserMainRepositoryProvider getRepositoryProvider()
getRepositoryProvider in interface CoserApplicationContextpublic CoserCommandFactory getCommandFactory()
getCommandFactory in interface CoserApplicationContextCopyright © 2010–2015 Ifremer. All rights reserved.