|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.sockenklaus.XmlStats.Settings
public class Settings
The Class Settings.
| Constructor Summary | |
|---|---|
Settings(XmlStats xmlStats)
Instantiates a new settings. |
|
| Method Summary | |
|---|---|
boolean |
getBoolean(java.lang.String path)
Gets the boolean. |
int |
getInt(java.lang.String path)
Gets the int. |
java.lang.String |
getSettingsFilename()
Gets the settings filename. |
java.lang.String |
getString(java.lang.String path)
Gets the string. |
void |
setProperty(java.lang.String path,
java.lang.Object value)
Sets the property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Settings(XmlStats xmlStats)
xmlStats - the xml stats| Method Detail |
|---|
public int getInt(java.lang.String path)
path - the path
public boolean getBoolean(java.lang.String path)
path - the path
public java.lang.String getString(java.lang.String path)
path - the path
public void setProperty(java.lang.String path,
java.lang.Object value)
path - the pathvalue - the valuepublic java.lang.String getSettingsFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||