|
|||||||||
| Home >> All >> com >> opencms >> [ boot overview ] | PREV NEXT | ||||||||
B
- backupRegistry(String, String) - Method in class com.opencms.boot.CmsSetupUtils
- Restores the registry.xml either to or from a backup file, depending whether the setup wizard is executed the first time (the backup registry doesnt exist) or not (the backup registry exists).
- basePath - Variable in class com.opencms.boot.CmsSetupThread
- Path to opencms home folder
- begin(FileInputStream, String, int) - Static method in class com.opencms.boot.CmsMain
- Used to launch the OpenCms command line interface (CmsShell).
C
- C_FLEX_CACHE - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Flex cache messages
- C_FLEX_LOADER - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Flex loader messages
- C_LOGGING - Static variable in interface com.opencms.boot.I_CmsLogChannels
- C_MODE_CLASSIC - Static variable in class com.opencms.boot.CmsMain
- C_MODE_ECMASCRIPT - Static variable in class com.opencms.boot.CmsMain
- C_MODULE_CRITICAL - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Critical messages that stop further processing
- C_MODULE_DEBUG - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Debugging messages
- C_MODULE_INFO - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Informational messages
- C_OCSETUP_FOLDER - Variable in class com.opencms.boot.CmsSetupDb
- C_OPENCMS_CACHE - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Cache messages
- C_OPENCMS_CRITICAL - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Critical messages that stop further processing
- C_OPENCMS_CRONSCHEDULER - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Messages of the OpenCms Scheduler
- C_OPENCMS_DEBUG - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Debugging messages
- C_OPENCMS_ELEMENTCACHE - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Messages of the new OpenCms element cache
- C_OPENCMS_INFO - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Informational messages
- C_OPENCMS_INIT - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Debugging messages
- C_OPENCMS_POOL - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Debugging messages for the dbpool
- C_OPENCMS_STATICEXPORT - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Messages of the static export
- C_OPENCMS_STREAMING - Static variable in interface com.opencms.boot.I_CmsLogChannels
- Debugging messages for the streaming mode
- C_PREPROCESSOR_IS_LOGGING - Static variable in interface com.opencms.boot.I_CmsLogChannels
- This static final constant is a "preprocessor" constant.
- CmsBase - class com.opencms.boot.CmsBase.
- OpenCms Base class for static access to system wide properties and helper functions, e.g.
- CmsBase() - Constructor for class com.opencms.boot.CmsBase
- CmsLog - class com.opencms.boot.CmsLog.
- This class enables the OpenCms logging feature.
- CmsLog(String, Configurations) - Constructor for class com.opencms.boot.CmsLog
- The main constructor
- CmsMain - class com.opencms.boot.CmsMain.
- Command line interface to access resources in OpenCms.
- CmsMain() - Constructor for class com.opencms.boot.CmsMain
- CmsSetup - class com.opencms.boot.CmsSetup.
- Bean with get / set methods for all properties stored in the 'opencms.properties' file.
- CmsSetup() - Constructor for class com.opencms.boot.CmsSetup
- CmsSetupDb - class com.opencms.boot.CmsSetupDb.
- CmsSetupDb(String) - Constructor for class com.opencms.boot.CmsSetupDb
- CmsSetupLoggingThread - class com.opencms.boot.CmsSetupLoggingThread.
- Logging Thread which collects the output from CmsSetupThread, stores it in a vector which the OpenCms setup wizard can read via the getMessages() method.
- CmsSetupLoggingThread(PipedOutputStream) - Constructor for class com.opencms.boot.CmsSetupLoggingThread
- Constructor
- CmsSetupThread - class com.opencms.boot.CmsSetupThread.
- Thread which first redirects System.out and System.err to a new outputstream.
- CmsSetupThread() - Constructor for class com.opencms.boot.CmsSetupThread
- Constructor
- CmsSetupUtils - class com.opencms.boot.CmsSetupUtils.
- This class provides several utilities and methods used by the OpenCms setup wizard
- CmsSetupUtils(String) - Constructor for class com.opencms.boot.CmsSetupUtils
- Constructor
- c_basePath - Static variable in class com.opencms.boot.CmsBase
- Reference to the OpenCms base path ("home directory" of OpenCms)
- c_cmsLog - Static variable in class com.opencms.boot.CmsBase
- Reference to the system log
- c_servletLogging - Static variable in class com.opencms.boot.CmsBase
- Indicates if the system log is initialized
- checkProperties() - Method in class com.opencms.boot.CmsSetup
- This method checks the validity of the given properties and adds unset properties if possible
- clearErrors() - Method in class com.opencms.boot.CmsSetupDb
- closeConnection() - Method in class com.opencms.boot.CmsSetupDb
- com.opencms.boot - package com.opencms.boot
- compareJDKVersions(String, String) - Static method in class com.opencms.boot.CmsSetupUtils
- Checks if the used JDK is a higher version than the required JDK
- copyFile(String, String) - Method in class com.opencms.boot.CmsSetupUtils
- Copies a given file.
- createDatabase(String, Hashtable) - Method in class com.opencms.boot.CmsSetupDb
- createTables(String) - Method in class com.opencms.boot.CmsSetupDb
D
- downSearchBaseFolder(File) - Static method in class com.opencms.boot.CmsMain
- Internal helper method for
CmsMain.searchBaseFolder(String)55 . - dropDatabase(String, Hashtable) - Method in class com.opencms.boot.CmsSetupDb
- dropTables(String) - Method in class com.opencms.boot.CmsSetupDb
E
- ExecuteStatement(String) - Method in class com.opencms.boot.CmsSetupDb
- errors - Static variable in class com.opencms.boot.CmsSetup
- Contains error messages, displayed by the setup wizard
- escape(String, String) - Static method in class com.opencms.boot.CmsSetupUtils
- URLEncodes a given string similar to JavaScript.
F
- finalize() - Method in class com.opencms.boot.CmsSetupDb
- finished() - Method in class com.opencms.boot.CmsSetupThread
- Returns the status of the logging thread
- flush() - Method in class com.opencms.boot.CmsLog
- Writes any pending messages into the log media.
G
- getAbsolutePath(String) - Static method in class com.opencms.boot.CmsBase
- getAbsoluteWebPath(String) - Static method in class com.opencms.boot.CmsBase
- getAvgCacheBytes() - Method in class com.opencms.boot.CmsSetup
- getBasePath() - Static method in class com.opencms.boot.CmsBase
- Get the OpenCms base path
- getBasePath() - Method in class com.opencms.boot.CmsSetup
- Returns the absolute path to the OpenCms home directory
- getCacheGroup() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for group
- getCacheOfflineEnabled() - Method in class com.opencms.boot.CmsSetup
- getCacheOnlineProject() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for online project
- getCacheProject() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for project
- getCacheProperty() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for property
- getCachePropertyDef() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for property def.
- getCachePropertyDefVector() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for property def.
- getCacheResource() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for resource
- getCacheSubres() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for subres
- getCacheUser() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for user
- getCacheUserGroups() - Method in class com.opencms.boot.CmsSetup
- Returns the cache value for usergroups
- getConfigFolder() - Method in class com.opencms.boot.CmsSetup
- Returns the path to the opencms config folder
- getDb() - Method in class com.opencms.boot.CmsSetup
- getDbCreateConStr() - Method in class com.opencms.boot.CmsSetup
- getDbCreatePwd() - Method in class com.opencms.boot.CmsSetup
- getDbCreateUser() - Method in class com.opencms.boot.CmsSetup
- getDbDefaultTablespace() - Method in class com.opencms.boot.CmsSetup
- Get the default tablespace when creating a new oracle user
- getDbDriver() - Method in class com.opencms.boot.CmsSetup
- Returns the database driver belonging to the resource broker
- getDbProperty(String) - Method in class com.opencms.boot.CmsSetup
- Returns the value for a given key from the database properties.
- getDbSetupProps() - Method in class com.opencms.boot.CmsSetup
- getDbTemporaryTablespace() - Method in class com.opencms.boot.CmsSetup
- Get the temporary tablespace when creating a new oracle user
- getDbWorkConStr() - Method in class com.opencms.boot.CmsSetup
- Returns a conenction string
- getDbWorkPwd() - Method in class com.opencms.boot.CmsSetup
- Returns the password of the database from the properties
- getDbWorkUser() - Method in class com.opencms.boot.CmsSetup
- Returns the user of the database from the properties
- getDefaultContentEncoding() - Method in class com.opencms.boot.CmsSetup
- Returns the defaultContentEncoding.
- getDirectoryIndexFiles() - Method in class com.opencms.boot.CmsSetup
- getDirectoryTranslationEnabled() - Method in class com.opencms.boot.CmsSetup
- getElementCache() - Method in class com.opencms.boot.CmsSetup
- getElementCacheElements() - Method in class com.opencms.boot.CmsSetup
- getElementCacheURI() - Method in class com.opencms.boot.CmsSetup
- getElementCacheVariants() - Method in class com.opencms.boot.CmsSetup
- getErrors() - Method in class com.opencms.boot.CmsSetup
- Returns the error messages
- getErrors() - Method in class com.opencms.boot.CmsSetupDb
- getErrors() - Method in class com.opencms.boot.CmsSetupUtils
- getEthernetAddress() - Method in class com.opencms.boot.CmsSetup
- Get the fictional mac ethernet address
- getExportPoint(int) - Method in class com.opencms.boot.CmsSetup
- Returns the value for exportpoint nr
- getExportPointPath(int) - Method in class com.opencms.boot.CmsSetup
- Returns the value for exportpoint path nr
- getExtProperty(String) - Method in class com.opencms.boot.CmsSetup
- Returns the value for a given key from the extended properties.
- getFileMaxUploadSize() - Method in class com.opencms.boot.CmsSetup
- Get the maximum file upload size
- getFilenameTranslationEnabled() - Method in class com.opencms.boot.CmsSetup
- getFlexCacheEnabled() - Method in class com.opencms.boot.CmsSetup
- getForceGc() - Method in class com.opencms.boot.CmsSetup
- getHistoryEnabled() - Method in class com.opencms.boot.CmsSetup
- Returns the value for deleting published project parameters
- getHttpStreaming() - Method in class com.opencms.boot.CmsSetup
- Returns the value for http streaming
- getIncludedFile(String) - Method in class com.opencms.boot.CmsSetupDb
- getIncreaseRate() - Method in class com.opencms.boot.CmsSetup
- Returns the increase rate
- getLogDateFormat() - Method in class com.opencms.boot.CmsSetup
- Returns the value for the log date format
- getLogFile() - Method in class com.opencms.boot.CmsSetup
- Returns the value for the log file
- getLogMemory() - Method in class com.opencms.boot.CmsSetup
- Indicates if memory state is displayed in the log messages
- getLogQueueMaxAge() - Method in class com.opencms.boot.CmsSetup
- Returns the value for the log queue maxage
- getLogQueueMaxSize() - Method in class com.opencms.boot.CmsSetup
- Returns the value for the log queue maxsize
- getLogTimestamp() - Method in class com.opencms.boot.CmsSetup
- Indicates if timestamps are displayed in the opencms logfile
- getLogging() - Method in class com.opencms.boot.CmsSetup
- Returns the value for opencms logging
- getLoggingChannelModules_critical() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel modules_critical is enabled in the log messages
- getLoggingChannelModules_debug() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel modules_debug is enabled in the log messages
- getLoggingChannelModules_info() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel modules_info is enabled in the log messages
- getLoggingChannelName() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel names are displayed in the log messages
- getLoggingChannelOpencms_cache() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_cache is enabled in the log messages
- getLoggingChannelOpencms_critical() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_critical is enabled in the log messages
- getLoggingChannelOpencms_debug() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_debug is enabled in the log messages
- getLoggingChannelOpencms_elementcache() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_elementcache is enabled in the log messages
- getLoggingChannelOpencms_info() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_info is enabled in the log messages
- getLoggingChannelOpencms_init() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_init is enabled in the log messages
- getLoggingChannelOpencms_pool() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_pool is enabled in the log messages
- getLoggingChannelOpencms_streaming() - Method in class com.opencms.boot.CmsSetup
- Indicates if channel opencms_streaming is enabled in the log messages
- getLoggingFlexCache() - Method in class com.opencms.boot.CmsSetup
- getLoggingFlexLoader() - Method in class com.opencms.boot.CmsSetup
- getMaxAge() - Method in class com.opencms.boot.CmsSetup
- Returns the max.
- getMaxCacheBytes() - Method in class com.opencms.boot.CmsSetup
- getMaxConn() - Method in class com.opencms.boot.CmsSetup
- Returns the max.
- getMaxEntries() - Method in class com.opencms.boot.CmsSetup
- getMaxEntryBytes() - Method in class com.opencms.boot.CmsSetup
- getMaxKeys() - Method in class com.opencms.boot.CmsSetup
- getMessages() - Static method in class com.opencms.boot.CmsSetupLoggingThread
- Returns a vector containing messages
- getMinConn() - Method in class com.opencms.boot.CmsSetup
- Returns the min.
- getProperties() - Method in class com.opencms.boot.CmsSetup
- Returns the extended properties
- getPropertiesPath(boolean) - Static method in class com.opencms.boot.CmsBase
- getRedirect(int) - Method in class com.opencms.boot.CmsSetup
- Returns the value for redirect nr
- getRedirectLocation(int) - Method in class com.opencms.boot.CmsSetup
- Returns the value for redirect location nr
- getReplacer() - Method in class com.opencms.boot.CmsSetup
- getResourceBroker() - Method in class com.opencms.boot.CmsSetup
- Gets the resource broker
- getResourceBrokerNames() - Method in class com.opencms.boot.CmsSetup
- Returns "nice display names" for all resource Brokers found in 'dbsetup.properties'
- getResourceBrokers() - Method in class com.opencms.boot.CmsSetup
- Returns all resource Brokers found in 'dbsetup.properties'
- getScript(String) - Method in class com.opencms.boot.CmsSetupDb
- getSessionFailover() - Method in class com.opencms.boot.CmsSetup
- Returns the value for session failover
- getSetupType() - Method in class com.opencms.boot.CmsSetup
- Returns the value of the setup type: standard (false), advanced (true)
- getStaticExport() - Method in class com.opencms.boot.CmsSetup
- getStaticExportPath() - Method in class com.opencms.boot.CmsSetup
- getStopThread() - Method in class com.opencms.boot.CmsSetupLoggingThread
- Indicates if the Thread has been stopped
- getTimeout() - Method in class com.opencms.boot.CmsSetup
- Returns the timeout value
- getUrlPrefixExport() - Method in class com.opencms.boot.CmsSetup
- getUrlPrefixHttp() - Method in class com.opencms.boot.CmsSetup
- getUrlPrefixHttps() - Method in class com.opencms.boot.CmsSetup
- getUrlPrefixServername() - Method in class com.opencms.boot.CmsSetup
- getWebAppName() - Static method in class com.opencms.boot.CmsBase
- Get the OpenCms WebApplicationName
- getWebBasePath() - Static method in class com.opencms.boot.CmsBase
- Get the OpenCms web-base path
- getWizardEnabled() - Method in class com.opencms.boot.CmsSetup
I
- I_CmsLogChannels - interface com.opencms.boot.I_CmsLogChannels.
- Common interface for OpenCms logging, constants used for logging purposes are defined here.
- initProperties(String) - Method in class com.opencms.boot.CmsSetup
- This method reads the properties from the opencms.property file and sets the CmsSetup properties with the matching values.
- initializeServletLogging(Configurations) - Static method in class com.opencms.boot.CmsBase
- Initialize the logging mechanism of the Jserv
- isActive() - Method in class com.opencms.boot.CmsLog
- Check if this log is active.
- isActive(String) - Method in class com.opencms.boot.CmsLog
- Tells if the given channel is active.
- isBaseFolder(File) - Static method in class com.opencms.boot.CmsMain
- Internal helper method for
CmsMain.searchBaseFolder(String)55 . - isChecked(String, String) - Method in class com.opencms.boot.CmsSetup
- Over simplistic helper to compare two strings to check radio buttons.
- isLogging() - Static method in class com.opencms.boot.CmsBase
- Check if the system logging is active.
- isLogging(String) - Static method in class com.opencms.boot.CmsBase
- Check if the system logging is active for the selected channel.
L
- lockWizard() - Method in class com.opencms.boot.CmsSetup
- log(String, String) - Static method in class com.opencms.boot.CmsBase
- Log a message into the OpenCms logfile.
- log(String, String) - Method in class com.opencms.boot.CmsLog
- Prints the log message on the right channel.
- log(String, Throwable) - Method in class com.opencms.boot.CmsLog
- Prints the error message and stack trace if channel enabled.
M
- m_Active - Variable in class com.opencms.boot.CmsLog
- Shows if this log is m_Active or not
- m_DbProperties - Variable in class com.opencms.boot.CmsSetup
- properties from dbsetup.properties
- m_ExtProperties - Variable in class com.opencms.boot.CmsSetup
- Contains the properties from the opencms.properties file
- m_LineReader - Variable in class com.opencms.boot.CmsSetupLoggingThread
- m_Logger - Variable in class com.opencms.boot.CmsLog
- The internal m_Logger
- m_basePath - Variable in class com.opencms.boot.CmsSetup
- Contains the absolute path to the opencms home directory
- m_basePath - Variable in class com.opencms.boot.CmsSetupDb
- m_basePath - Variable in class com.opencms.boot.CmsSetupUtils
- m_con - Variable in class com.opencms.boot.CmsSetupDb
- m_configFolder - Variable in class com.opencms.boot.CmsSetupUtils
- m_database - Variable in class com.opencms.boot.CmsSetup
- name of the database (mysql)
- m_dbCreatePwd - Variable in class com.opencms.boot.CmsSetup
- database password used to drop and create database
- m_errorLogging - Variable in class com.opencms.boot.CmsSetupDb
- m_errors - Variable in class com.opencms.boot.CmsSetupDb
- m_errors - Variable in class com.opencms.boot.CmsSetupUtils
- m_lt - Variable in class com.opencms.boot.CmsSetupThread
- Logging Thread
- m_ocsetupFolder - Variable in class com.opencms.boot.CmsSetupUtils
- m_pipedIn - Variable in class com.opencms.boot.CmsSetupLoggingThread
- m_pipedOut - Variable in class com.opencms.boot.CmsSetupThread
- System.out and System.err are redirected to this stream
- m_replacer - Variable in class com.opencms.boot.CmsSetup
- replacer string
- m_setupType - Variable in class com.opencms.boot.CmsSetup
- Indicates if the user has chosen standard (false) or advanced (true) setup
- m_stopThread - Variable in class com.opencms.boot.CmsSetupLoggingThread
- m_tempErr - Static variable in class com.opencms.boot.CmsSetupThread
- Gets the System.err stream so it can be restored
- m_tempOut - Variable in class com.opencms.boot.CmsSetupThread
- Gets the System.out stream so it can be restored
- main(String[]) - Static method in class com.opencms.boot.CmsMain
- Main program entry point when started via the command line.
- messages - Static variable in class com.opencms.boot.CmsSetupLoggingThread
N
- noErrors() - Method in class com.opencms.boot.CmsSetupDb
P
- parseScript(String, Hashtable) - Method in class com.opencms.boot.CmsSetupDb
R
- replaceValues(String, Hashtable) - Method in class com.opencms.boot.CmsSetupDb
- reset() - Method in class com.opencms.boot.CmsSetupLoggingThread
- Cleans uo
- reset() - Method in class com.opencms.boot.CmsSetupThread
- Cleans up
- run() - Method in class com.opencms.boot.CmsSetupLoggingThread
- Thread's run() method.
- run() - Method in class com.opencms.boot.CmsSetupThread
S
- save(ExtendedProperties, String, String) - Method in class com.opencms.boot.CmsSetupUtils
- Save properties to file.
- saveProperties(ExtendedProperties, String, boolean) - Method in class com.opencms.boot.CmsSetupUtils
- Saves properties to specified file.
- searchBaseFolder(String) - Static method in class com.opencms.boot.CmsMain
- Searches for the OpenCms web application base folder during startup.
- setAvgCacheBytes(String) - Method in class com.opencms.boot.CmsSetup
- setBasePath(String) - Static method in class com.opencms.boot.CmsBase
- Set the base path to the given value
- setBasePath(String) - Method in class com.opencms.boot.CmsSetup
- Sets the path to the OpenCms home directory
- setBasePath(String) - Method in class com.opencms.boot.CmsSetupThread
- Set the base path to the given value
- setCacheGroup(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for group to the given value
- setCacheOfflineEnabled(String) - Method in class com.opencms.boot.CmsSetup
- setCacheOnlineProject(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for online project to the given value
- setCacheProject(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for project to the given value
- setCacheProperty(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for property to the given value
- setCachePropertyDef(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for property def.
- setCachePropertyDefVector(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for property def.
- setCacheResource(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for resource to the given value
- setCacheSubres(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for subres to the given value
- setCacheUser(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for user to the given value
- setCacheUserGroups(String) - Method in class com.opencms.boot.CmsSetup
- Sets the cache value for usergroups to the given value
- setConnection(String, String, String, String) - Method in class com.opencms.boot.CmsSetupDb
- setDb(String) - Method in class com.opencms.boot.CmsSetup
- setDbCreateConStr(String) - Method in class com.opencms.boot.CmsSetup
- setDbCreatePwd(String) - Method in class com.opencms.boot.CmsSetup
- setDbCreateUser(String) - Method in class com.opencms.boot.CmsSetup
- setDbDefaultTablespace(String) - Method in class com.opencms.boot.CmsSetup
- Set the default tablespace when creating a new oracle user
- setDbProperty(String, String) - Method in class com.opencms.boot.CmsSetup
- This method sets the value for a given key in the database properties.
- setDbTemporaryTablespace(String) - Method in class com.opencms.boot.CmsSetup
- Set the temporary tablespace when creating a new oracle user
- setDbWorkConStr(String) - Method in class com.opencms.boot.CmsSetup
- Sets the connection string to the database to the given value
- setDbWorkPwd(String) - Method in class com.opencms.boot.CmsSetup
- Sets the password of the database to the given value
- setDbWorkUser(String) - Method in class com.opencms.boot.CmsSetup
- Sets the user of the database to the given value
- setDefaultContentEncoding(String) - Method in class com.opencms.boot.CmsSetup
- Sets the defaultContentEncoding.
- setDirectoryIndexFiles(String) - Method in class com.opencms.boot.CmsSetup
- setDirectoryTranslationEnabled(String) - Method in class com.opencms.boot.CmsSetup
- setElementCache(String) - Method in class com.opencms.boot.CmsSetup
- setElementCacheElements(String) - Method in class com.opencms.boot.CmsSetup
- setElementCacheURI(String) - Method in class com.opencms.boot.CmsSetup
- setElementCacheVariants(String) - Method in class com.opencms.boot.CmsSetup
- setErrors(String) - Static method in class com.opencms.boot.CmsSetup
- Adds a new error message to the vector
- setEthernetAddress(String) - Method in class com.opencms.boot.CmsSetup
- Set the fictional mac ethernet address
- setExportPoint(String, int) - Method in class com.opencms.boot.CmsSetup
- Sets the value for exportpoint nr to the given value
- setExportPointPath(String, int) - Method in class com.opencms.boot.CmsSetup
- Sets the value for exportpoint path nr to the given value
- setExtProperty(String, String) - Method in class com.opencms.boot.CmsSetup
- This method sets the value for a given key in the extended properties.
- setFileMaxUploadSize(String) - Method in class com.opencms.boot.CmsSetup
- Set the maximum file upload size
- setFilenameTranslationEnabled(String) - Method in class com.opencms.boot.CmsSetup
- setFlexCacheEnabled(String) - Method in class com.opencms.boot.CmsSetup
- setForceGc(String) - Method in class com.opencms.boot.CmsSetup
- setHistoryEnabled(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for deleting published project parameters to the given value
- setHttpStreaming(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for http streaming to the given value
- setIncreaseRate(String) - Method in class com.opencms.boot.CmsSetup
- Sets the increase rate to the given value
- setLogDateFormat(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for the log date format to the given value
- setLogFile(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for the log file to the given value
- setLogMemory(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables memory state in the log messages
- setLogQueueMaxAge(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for the log queue maxage to the given value
- setLogQueueMaxSize(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for the log queue maxsize to the given value
- setLogTimestamp(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables timestamps in the opencms logfile
- setLogging(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for opencms logging to the given value
- setLoggingChannelModules_critical(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel modules_critical in the log messages
- setLoggingChannelModules_debug(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel modules_debug in the log messages
- setLoggingChannelModules_info(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel modules_info in the log messages
- setLoggingChannelName(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel names in the log messages
- setLoggingChannelOpencms_cache(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_cache in the log messages
- setLoggingChannelOpencms_critical(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_critical in the log messages
- setLoggingChannelOpencms_debug(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_debug in the log messages
- setLoggingChannelOpencms_elementcache(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_elementcache in the log messages
- setLoggingChannelOpencms_info(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_info in the log messages
- setLoggingChannelOpencms_init(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_init in the log messages
- setLoggingChannelOpencms_pool(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_pool in the log messages
- setLoggingChannelOpencms_streaming(String) - Method in class com.opencms.boot.CmsSetup
- Enables/Disables channel opencms_streaming in the log messages
- setLoggingFlexCache(String) - Method in class com.opencms.boot.CmsSetup
- setLoggingFlexLoader(String) - Method in class com.opencms.boot.CmsSetup
- setMaxAge(String) - Method in class com.opencms.boot.CmsSetup
- Sets the max.
- setMaxCacheBytes(String) - Method in class com.opencms.boot.CmsSetup
- setMaxConn(String) - Method in class com.opencms.boot.CmsSetup
- Sets the maximum connections to the given value
- setMaxEntries(String) - Method in class com.opencms.boot.CmsSetup
- setMaxEntryBytes(String) - Method in class com.opencms.boot.CmsSetup
- setMaxKeys(String) - Method in class com.opencms.boot.CmsSetup
- setMinConn(String) - Method in class com.opencms.boot.CmsSetup
- Sets the minimum connections to the given value
- setRedirect(String, int) - Method in class com.opencms.boot.CmsSetup
- Sets the value for redirect nr to the given value
- setRedirectLocation(String, int) - Method in class com.opencms.boot.CmsSetup
- Sets the value for redirect location nr to the given value
- setReplacer(Hashtable) - Method in class com.opencms.boot.CmsSetup
- setResourceBroker(String) - Method in class com.opencms.boot.CmsSetup
- Sets the resource broker to the given value
- setSessionFailover(String) - Method in class com.opencms.boot.CmsSetup
- Sets the value for session failover to the given value
- setSetupType(boolean) - Method in class com.opencms.boot.CmsSetup
- Sets the setup type to the given value: standard (false), advanced (true)
- setStaticExport(String) - Method in class com.opencms.boot.CmsSetup
- setStaticExportPath(String) - Method in class com.opencms.boot.CmsSetup
- setTimeout(String) - Method in class com.opencms.boot.CmsSetup
- Sets the timeout to the given value
- setUrlPrefixExport(String) - Method in class com.opencms.boot.CmsSetup
- setUrlPrefixHttp(String) - Method in class com.opencms.boot.CmsSetup
- setUrlPrefixHttps(String) - Method in class com.opencms.boot.CmsSetup
- setUrlPrefixServername(String) - Method in class com.opencms.boot.CmsSetup
- splitMultipleValues(String) - Method in class com.opencms.boot.CmsSetupUtils
- startSetup(String, String) - Static method in class com.opencms.boot.CmsMain
- Main program entry point when started via the OpenCms setup wizard.
- stopLoggingThread() - Method in class com.opencms.boot.CmsSetupThread
- stop logging thread
- stopThread() - Method in class com.opencms.boot.CmsSetupLoggingThread
- This method breaks the loop in the run() method
- supportedServletEngine(String, String[]) - Static method in class com.opencms.boot.CmsSetupUtils
- Checks if the used servlet engine is part of the servlet engines OpenCms supports
U
- unsupportedServletEngine(String, String[]) - Static method in class com.opencms.boot.CmsSetupUtils
- Checks if the used servlet engine is part of the servlet engines OpenCms does NOT support
- usage() - Static method in class com.opencms.boot.CmsMain
- Prints out a usage help message to
System.out.
W
- writeVersionInfo(String, String, String) - Static method in class com.opencms.boot.CmsSetupUtils
- Writes the version info of the used servlet engine and the used JDK to the version.txt
B C D E F G I L M N P R S U W
|
|||||||||
| Home >> All >> com >> opencms >> [ boot overview ] | PREV NEXT | ||||||||