|
||||||||||
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
.
Method Summary | |
---|---|
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 |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |