Class BaseConfiguration
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.configurationproperties.BaseConfiguration
-
public class BaseConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADAPTER_PROPERTIES
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BaseAdapterConfiguration
newAdapterConfiguration(java.lang.String adapterName)
Returns a BaseAdapterConfiguration which can be used in retrieving config valuesstatic ConfigurationLoader
newConfigurationLoader(java.lang.String adapterName)
Creates a newConfigurationLoader
using the specified Adapter name.
-
-
-
Field Detail
-
ADAPTER_PROPERTIES
public static final java.lang.String ADAPTER_PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
newAdapterConfiguration
public static BaseAdapterConfiguration newAdapterConfiguration(java.lang.String adapterName) throws ConfigurationLoaderException, DataSourceConfigurationException
Returns a BaseAdapterConfiguration which can be used in retrieving config values- Parameters:
adapterName
- The name of the adapter.- Returns:
- a new
BaseAdapterConfiguration
} - Throws:
ConfigurationLoaderException
DataSourceConfigurationException
-
newConfigurationLoader
public static ConfigurationLoader newConfigurationLoader(java.lang.String adapterName) throws ConfigurationLoaderException
Creates a newConfigurationLoader
using the specified Adapter name.- Parameters:
adapterName
- the adapter name to use in creating theConfigurationLoader
- Returns:
- the new
ConfigurationLoader
- Throws:
ConfigurationLoaderException
-
-