|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ogf.saga.bootstrap.SagaProperties
public final class SagaProperties
Properties for Saga. The getDefaultProperties()
method obtains
the properties in the
following order: a file saga.properties
is searched for in
the classpath, and in the current directory.
If found, it is read as a properties file, and the properties contained in
it are set.
Next, the system properties are obtained. These may override the properties
set so far.
The properties are used to determine the Saga implementation, and may
also be used by Saga implementations for implementation-specific
properties.
Field Summary | |
---|---|
static String |
FACTORY
Property name for selecting a Saga implementation. |
static String |
PREFIX
All our own properties start with this prefix. |
static String |
PROPERTIES_FILE
Property name of the property file. |
static String |
PROPERTIES_FILENAME
Filename for the properties. |
Method Summary | |
---|---|
static Properties |
getDefaultProperties()
Loads properties from the standard configuration file locations. |
static Map<String,String> |
getDescriptions()
Returns a map mapping hard-coded property names to their descriptions. |
static Properties |
getHardcodedProperties()
Returns the hard-coded properties of Saga. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTIES_FILENAME
public static final String PREFIX
public static final String FACTORY
public static final String PROPERTIES_FILE
Method Detail |
---|
public static Properties getHardcodedProperties()
public static Map<String,String> getDescriptions()
public static Properties getDefaultProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |