| org.josso.util.config.ConfigurationContext
All known Subclasses: org.josso.ConfigurationContextImpl,
ConfigurationContext | public interface ConfigurationContext (Code) | | Represents a ConfigurationHandler context. Provides information related to specific configurations like file.
author: Sebastian Gonzalez Oyuela version: $Id: ConfigurationContext.java 508 2008-02-18 13:32:29Z sgonzalez $ |
SYS_PROP_CONFIGURATION_BACKUP | final public static String SYS_PROP_CONFIGURATION_BACKUP(Code) | | System property that tells JOSSO to backup configuration files before modifying them.
|
SYS_PROP_CONFIGURATION_UPDATABLE | final public static String SYS_PROP_CONFIGURATION_UPDATABLE(Code) | | System property that allows JOSSO to update configuration files when values are dinamically changed, probably using JMX.
|
getConfigurationFile | File getConfigurationFile()(Code) | | The file descriptor representing the associated configuration.
|
isBackupEnabled | boolean isBackupEnabled()(Code) | | true if configuration backup is enable. |
isConfigurationUpdatable | boolean isConfigurationUpdatable()(Code) | | boolean if the associated configuration can be udpated. |
|
|