MagnoliaConfigurationProperties
@Deprecated public final class SystemProperty extends Object
PropertiesInitializer
Modifier and Type | Field and Description |
---|---|
static String |
MAGNOLIA_APP_ROOTDIR
Deprecated.
|
static String |
MAGNOLIA_BOOTSTRAP_ROOTDIR
Deprecated.
|
static String |
MAGNOLIA_BOOTSTRAP_SAMPLES
Deprecated.
|
static String |
MAGNOLIA_CACHE_STARTDIR
Deprecated.
|
static String |
MAGNOLIA_CONTEXTPATH
Deprecated.
|
static String |
MAGNOLIA_EXCHANGE_HISTORY
Deprecated.
|
static String |
MAGNOLIA_REPOSITORIES_CLUSTER_CONFIG
Deprecated.
|
static String |
MAGNOLIA_REPOSITORIES_CLUSTER_MASTER
Deprecated.
|
static String |
MAGNOLIA_REPOSITORIES_CONFIG
Deprecated.
|
static String |
MAGNOLIA_REPOSITORIES_HOME
Deprecated.
|
static String |
MAGNOLIA_SERVERNAME
Deprecated.
|
static String |
MAGNOLIA_UPLOAD_TMPDIR
Deprecated.
|
static String |
MAGNOLIA_UTF8_ENABLED
Deprecated.
|
static String |
MAGNOLIA_WEBAPP
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
clear()
Deprecated.
|
static boolean |
getBooleanProperty(String name)
Deprecated.
since 4.5, use
MagnoliaConfigurationProperties |
static Properties |
getProperties()
Deprecated.
since 4.5 - while this still "works" and returns an aggregate of the local properties and those provided by
MagnoliaConfigurationProperties, writing to this Property object will not be reflected anywhere.
|
static String |
getProperty(String name)
Deprecated.
since 4.5, use
MagnoliaConfigurationProperties |
static String |
getProperty(String name,
String defaultValue)
Deprecated.
since 4.5, use
MagnoliaConfigurationProperties |
static boolean |
hasProperty(String name)
Deprecated.
since 4.5, use
MagnoliaConfigurationProperties |
static void |
setMagnoliaConfigurationProperties(MagnoliaConfigurationProperties magnoliaConfigurationProperties)
Deprecated.
since 4.5 - this is only here to allow tests to work until their tested classes are all converted.
|
static void |
setProperty(String name,
String value)
Deprecated.
since 4.5, use
MagnoliaConfigurationProperties |
public static final String MAGNOLIA_REPOSITORIES_HOME
public static final String MAGNOLIA_REPOSITORIES_CONFIG
public static final String MAGNOLIA_REPOSITORIES_CLUSTER_CONFIG
public static final String MAGNOLIA_REPOSITORIES_CLUSTER_MASTER
public static final String MAGNOLIA_EXCHANGE_HISTORY
public static final String MAGNOLIA_UPLOAD_TMPDIR
public static final String MAGNOLIA_CACHE_STARTDIR
public static final String MAGNOLIA_APP_ROOTDIR
public static final String MAGNOLIA_BOOTSTRAP_ROOTDIR
public static final String MAGNOLIA_BOOTSTRAP_SAMPLES
public static final String MAGNOLIA_UTF8_ENABLED
public static final String MAGNOLIA_WEBAPP
public static final String MAGNOLIA_SERVERNAME
public static final String MAGNOLIA_CONTEXTPATH
public static void setProperty(String name, String value)
MagnoliaConfigurationProperties
public static String getProperty(String name)
MagnoliaConfigurationProperties
public static boolean getBooleanProperty(String name)
MagnoliaConfigurationProperties
false
if the property is not set.name
- property nametrue
public static String getProperty(String name, String defaultValue)
MagnoliaConfigurationProperties
public static boolean hasProperty(String name)
MagnoliaConfigurationProperties
public static Properties getProperties()
public static void setMagnoliaConfigurationProperties(MagnoliaConfigurationProperties magnoliaConfigurationProperties)
public static void clear()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.