public abstract class AbstractConfigurationImpl
extends java.lang.Object
Constructor and Description |
---|
AbstractConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentId()
Gets the component Id
|
java.lang.String |
getConfigurationFileName()
Gets the configuration file name of this object represents to.
|
java.lang.String |
getConfigurationFilePath()
Returns the file path to the configuration files.
|
abstract java.lang.String |
getInterfaceName()
Each configuration is associated with an interfacename, to be used to cast down
the configuration object when it is retrieved.
|
abstract boolean |
isOverridable()
Returns a boolean flag to indicate if the configuration file is an
overridable configuration.
|
void |
setConfigurationFilePath(java.lang.String aConfigurationFilePath)
Sets the location of the configuration files.
|
public java.lang.String getComponentId()
public java.lang.String getConfigurationFileName()
public abstract java.lang.String getInterfaceName()
public abstract boolean isOverridable()
public final java.lang.String getConfigurationFilePath()
public final void setConfigurationFilePath(java.lang.String aConfigurationFilePath)
aConfigurationFilePath
- The configurationFilePath to set.