|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationService
| Method Summary | |
|---|---|
org.apache.commons.configuration.Configuration |
getConfiguration()
get the configuration from system (JVM). |
org.apache.commons.configuration.Configuration |
getConfiguration(Context context)
get the configuration from JNDI context. |
org.apache.commons.configuration.Configuration |
getConfiguration(DataSource datasource,
String table,
String nameColumn,
String keyColumn,
String valueColumn,
String name)
Build a configuration from a table containing multiple configurations. |
org.apache.commons.configuration.Configuration |
getConfiguration(Resource configurationResource)
get the configuration from the named resource. |
org.apache.commons.configuration.Configuration |
getConfiguration(Resource configurationResource,
boolean mergeWithSysProps)
get the configuration from the named resource. |
| Method Detail |
|---|
org.apache.commons.configuration.Configuration getConfiguration(Resource configurationResource)
configurationResource - the configuration resource
org.apache.commons.configuration.Configuration getConfiguration(Resource configurationResource,
boolean mergeWithSysProps)
configurationResource - the configuration resourcemergeWithSysProps - merge the configuration resource with system properties
org.apache.commons.configuration.Configuration getConfiguration(Context context)
context - the JNDI context
org.apache.commons.configuration.Configuration getConfiguration()
org.apache.commons.configuration.Configuration getConfiguration(DataSource datasource,
String table,
String nameColumn,
String keyColumn,
String valueColumn,
String name)
datasource - the datasource to connect to the databasetable - the name of the table containing the configurationsnameColumn - the column containing the name of the configurationkeyColumn - the column containing the keys of the configurationvalueColumn - the column containing the values of the configurationname - the name of the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||