Class OServerConfiguration
java.lang.Object
com.orientechnologies.orient.server.config.OServerConfiguration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for JAXB -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String iName) Returns the property value configured, if any.getProperty(String iName, String iDefaultValue) Returns the property value configured, if any.getStoragePath(String iURL)
-
Field Details
-
FILE_NAME
- See Also:
-
EMPTY_CONFIG_ARRAY
-
location
-
handlers
-
hooks
-
network
-
storages
-
users
-
security
-
properties
-
distributed
-
isAfterFirstTime
public boolean isAfterFirstTime -
DEFAULT_CONFIG_FILE
- See Also:
-
PROPERTY_CONFIG_FILE
- See Also:
-
DEFAULT_ROOT_USER
- See Also:
-
GUEST_USER
- See Also:
-
DEFAULT_GUEST_PASSWORD
- See Also:
-
-
Constructor Details
-
OServerConfiguration
public OServerConfiguration()Empty constructor for JAXB -
OServerConfiguration
-
-
Method Details
-
getStoragePath
-
getProperty
Returns the property value configured, if any.- Parameters:
iName- Property name to find
-
getProperty
Returns the property value configured, if any.- Parameters:
iName- Property name to findiDefaultValue- Default value returned if not found
-