|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectinternalInformationPort.Settings
final class Settings
Provides properties from the file Properties.txt
.
Field Summary | |
---|---|
private static java.util.logging.Logger |
LOGGER
Logger used to log and display information. |
private static java.util.Properties |
properties
Properties object to load values from. |
Constructor Summary | |
---|---|
private |
Settings()
Empty constructor. |
Method Summary | |
---|---|
private static void |
addFurterProperties()
Adds further properties to the Properties object, that can
be calculated from existing properties and therefore shouldn't occur
in the property file itself. |
protected static java.util.Properties |
getProperties()
Returns this Settings ' Properties object. |
protected static java.lang.String |
getProperty(java.lang.String key)
Searches and returns the property with the specified key in the property object. |
protected static java.lang.Object |
setProperty(java.lang.String key,
java.lang.String value)
Sets the property with the specified key in the property
object to the bypassed value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.util.logging.Logger LOGGER
private static java.util.Properties properties
Properties
object to load values from.
Constructor Detail |
---|
private Settings()
Method Detail |
---|
protected static java.lang.String getProperty(java.lang.String key)
property
object.
key
- The property key.
property
object.protected static java.lang.Object setProperty(java.lang.String key, java.lang.String value)
property
object to the bypassed value.
key
- The key to be placed into the property list.value
- The value corresponding to the key.
protected static java.util.Properties getProperties()
Settings
' Properties
object.
Settings
' Properties
object.private static void addFurterProperties()
Properties
object, that can
be calculated from existing properties and therefore shouldn't occur
in the property file itself.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |