org.apache.slide.util
Class Configuration.Property
java.lang.Object
|
+--org.apache.slide.util.Configuration.Property
- Enclosing class:
- Configuration
- public static class Configuration.Property
- extends java.lang.Object
Names of properties used in the configuration file.
Field Summary |
static java.lang.String |
Debug
Property specifying whether to run in debug mode. |
static java.lang.String |
DomainInitFilename
Property specifying the domain XML initialization file to use. |
static java.lang.String |
FileName
The name of the configuration file. |
static java.lang.String |
IntegratedLocking
Property specifying that internal locking checks are enabled. |
static java.lang.String |
IntegratedSecurity
Property specifying that internal security checking is enabled. |
(package private) static java.lang.String |
ResourceName
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainInitFilename
public static final java.lang.String DomainInitFilename
- Property specifying the domain XML initialization file to use.
org.apache.slide.domain
IntegratedSecurity
public static final java.lang.String IntegratedSecurity
- Property specifying that internal security checking is enabled.
org.apache.slide.security
IntegratedLocking
public static final java.lang.String IntegratedLocking
- Property specifying that internal locking checks are enabled.
org.apache.slide.lock
Debug
public static final java.lang.String Debug
- Property specifying whether to run in debug mode.
org.apache.slide.debug
FileName
public static final java.lang.String FileName
- The name of the configuration file.
slide.properties
ResourceName
static final java.lang.String ResourceName
Configuration.Property
public Configuration.Property()