Package com.atlassian.confluence.setup
Interface ConfluenceBootstrapConstants
-
- All Known Subinterfaces:
BootstrapManager
,BootstrapManagerInternal
- All Known Implementing Classes:
BootstrapStatusProviderImpl
,DefaultBootstrapManager
public interface ConfluenceBootstrapConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATLASSIAN_LICENSE_KEY
static String
ATTACHMENTS_DIR_PROP
static String
CONFLUENCE_HOME_CONSTANT
static String
CONFLUENCE_LOCAL_HOME_CONSTANT
static String
DEFAULT_LICENSE_REGISTRY_KEY
static String
GLOBAL_PLUGIN_STATE
static String
INSTALLATION_DATE_KEY
static String
LICENSE_HASH_KEY
Deprecated.Since 5.6static String
LICENSE_MESSAGE_KEY
Deprecated.Since 5.6static String
LUCENE_INDEX_DIR_PROP
static String
TEMP_DIR_PROP
static String
WEBAPP_CONTEXT_PATH_KEY
-
-
-
Field Detail
-
CONFLUENCE_HOME_CONSTANT
static final String CONFLUENCE_HOME_CONSTANT
- See Also:
- Constant Field Values
-
CONFLUENCE_LOCAL_HOME_CONSTANT
static final String CONFLUENCE_LOCAL_HOME_CONSTANT
- See Also:
- Constant Field Values
-
LUCENE_INDEX_DIR_PROP
static final String LUCENE_INDEX_DIR_PROP
- See Also:
- Constant Field Values
-
ATTACHMENTS_DIR_PROP
static final String ATTACHMENTS_DIR_PROP
- See Also:
- Constant Field Values
-
TEMP_DIR_PROP
static final String TEMP_DIR_PROP
- See Also:
- Constant Field Values
-
LICENSE_HASH_KEY
@Deprecated static final String LICENSE_HASH_KEY
Deprecated.Since 5.6- See Also:
- Constant Field Values
-
LICENSE_MESSAGE_KEY
@Deprecated static final String LICENSE_MESSAGE_KEY
Deprecated.Since 5.6- See Also:
- Constant Field Values
-
ATLASSIAN_LICENSE_KEY
static final String ATLASSIAN_LICENSE_KEY
- See Also:
- Constant Field Values
-
WEBAPP_CONTEXT_PATH_KEY
static final String WEBAPP_CONTEXT_PATH_KEY
- See Also:
- Constant Field Values
-
GLOBAL_PLUGIN_STATE
static final String GLOBAL_PLUGIN_STATE
- See Also:
- Constant Field Values
-
DEFAULT_LICENSE_REGISTRY_KEY
static final String DEFAULT_LICENSE_REGISTRY_KEY
- See Also:
- Constant Field Values
-
INSTALLATION_DATE_KEY
static final String INSTALLATION_DATE_KEY
- See Also:
- Constant Field Values
-
-