|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.config.RegistryConfiguration
@Deprecated public class RegistryConfiguration
This class is to initialize, validate the registry related configurations in carbon.xml. This method of storing registry configuration is deprecated from WSO2 Carbon 2.0.2
Field Summary | |
---|---|
static java.lang.String |
EMBEDDED_REGISTRY
Deprecated. The value of the registry type field to use the embedded registry. |
static java.lang.String |
PASSWORD
Deprecated. The element name to store the registry password. |
static java.lang.String |
READ_ONLY
Deprecated. The element name to store whether the . |
static java.lang.String |
REGISTRY_CONFIG
Deprecated. The registry configuration root element name. |
static java.lang.String |
REGISTRY_ROOT
Deprecated. The element name to store the registry root. |
static java.lang.String |
REMOTE_REGISTRY
Deprecated. The value of the registry type field to mount a remote registry. |
static java.lang.String |
SYSTEM_USER_NAME
Deprecated. The system username of the registry. |
static java.lang.String |
TYPE
Deprecated. The element name to store registry type. |
static java.lang.String |
URL
Deprecated. The element name to store the registry url. |
static java.lang.String |
USERNAME
Deprecated. The element name to store the registry username. |
Constructor Summary | |
---|---|
RegistryConfiguration(java.lang.String carbonXMLPath)
Deprecated. Initialize the registry configuration located in carbon.xml provided the carbon.xml path as an argument. |
Method Summary | |
---|---|
java.lang.String |
getRegistryType()
Deprecated. Get the registry type. |
java.lang.String |
getValue(java.lang.String key)
Deprecated. Get a configuration value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String REGISTRY_CONFIG
public static final java.lang.String TYPE
public static final java.lang.String USERNAME
public static final java.lang.String PASSWORD
public static final java.lang.String URL
public static final java.lang.String REGISTRY_ROOT
public static final java.lang.String READ_ONLY
public static final java.lang.String SYSTEM_USER_NAME
public static final java.lang.String REMOTE_REGISTRY
public static final java.lang.String EMBEDDED_REGISTRY
Constructor Detail |
---|
public RegistryConfiguration(java.lang.String carbonXMLPath) throws RegistryException
carbonXMLPath
- the path of the carbon.xml
RegistryException
- throws if the construction failedMethod Detail |
---|
public java.lang.String getValue(java.lang.String key)
key
- the configuration key.
public java.lang.String getRegistryType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |