| org.apache.lenya.cms.rc.RCEnvironment
RCEnvironment | public class RCEnvironment extends AbstractLogEnabled implements Configurable(Code) | | Helper class that holds the revision controller configuration
|
BACKUP_DIRECTORY | final public static String BACKUP_DIRECTORY(Code) | | BACKUP_DIRECTORY The backup directory
|
CONFIGURATION_FILE | final public static String CONFIGURATION_FILE(Code) | | CONFIGURATION_FILE The configuration file
|
RCML_DIRECTORY | final public static String RCML_DIRECTORY(Code) | | RCML_DIRECTORY The RCML directory
|
RCEnvironment | public RCEnvironment(String contextPath, Logger logger)(Code) | | Creates a new RCEnvironment object from the context path
Parameters: contextPath - The context path Parameters: logger - The logger. |
configure | public void configure(org.apache.avalon.framework.configuration.Configuration configuration) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) See Also: |
getBackupDirectory | public String getBackupDirectory()(Code) | | Get the backup directory
The backup directory |
getInstance | public static RCEnvironment getInstance(String contextPath, Logger logger)(Code) | | Returns the singleton RC environment for this context path.
Parameters: contextPath - The context path (the Lenya webapp directory). Parameters: logger - The logger. An RC environment. |
getRCMLDirectory | public String getRCMLDirectory()(Code) | | Get the RCML directory
The RCML directory |
setBackupDirectory | protected void setBackupDirectory(String backupDir)(Code) | | Set the backup directory
Parameters: backupDir - path to the backup directory |
setRCMLDirectory | protected void setRCMLDirectory(String rcmlDir)(Code) | | Set the rcml directory
Parameters: rcmlDir - the path to the rcml directory |
|
|