public class BaseConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADAPTER_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static BaseAdapterConfiguration |
newAdapterConfiguration(java.lang.String adapterName)
Returns a BaseAdapterConfiguration which can be used in retrieving config values
|
static ConfigurationLoader |
newConfigurationLoader(java.lang.String adapterName)
Creates a new
ConfigurationLoader using the specified Adapter name. |
public static final java.lang.String ADAPTER_PROPERTIES
public static BaseAdapterConfiguration newAdapterConfiguration(java.lang.String adapterName) throws ConfigurationLoaderException, DataSourceConfigurationException
adapterName
- The name of the adapter.BaseAdapterConfiguration
}ConfigurationLoaderException
DataSourceConfigurationException
public static ConfigurationLoader newConfigurationLoader(java.lang.String adapterName) throws ConfigurationLoaderException
ConfigurationLoader
using the specified Adapter name.adapterName
- the adapter name to use in creating the ConfigurationLoader
ConfigurationLoader
ConfigurationLoaderException
Copyright © 2016 Caplin Systems.