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 CoserApplicationContext
public Set<ResultRepositoryType> getRepositoryTypes()
getRepositoryTypes
in interface CoserApplicationContext
ResultRepositoryType
found via the ServiceLoader
mecanismpublic IndicatorMap getIndicatorMap()
getIndicatorMap
in interface CoserApplicationContext
public ZoneMap getZoneMap()
getZoneMap
in interface CoserApplicationContext
public Reports getReports()
getReports
in interface CoserApplicationContext
public Charts getCharts()
getCharts
in interface CoserApplicationContext
public Extracts getExtracts()
getExtracts
in interface CoserApplicationContext
public CoserMainRepositoryProvider getRepositoryProvider()
getRepositoryProvider
in interface CoserApplicationContext
public CoserCommandFactory getCommandFactory()
getCommandFactory
in interface CoserApplicationContext
Copyright © 2010–2015 Ifremer. All rights reserved.