|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Configuration is a configuration represented in the XML format
| Method Summary | |
Configuration |
getConfiguration(java.lang.String name)
Return child node of this configuration with the given name |
Configuration |
getConfiguration(java.lang.String name,
java.lang.String defaultValue)
Return child node of this configuration with the given name |
java.util.Iterator |
getConfigurations(java.lang.String name)
Return child nodes of this configuration with the given name |
float |
getFloatValue()
Return the value of this configuration as float |
int |
getIntValue()
Return the value of this configuration as int |
java.lang.String |
getName()
Return the name of this configuration |
java.lang.String |
getValue()
Return the value of this configuration as String |
java.lang.String |
getValue(java.lang.String defaultValue)
Return the value of this configuration as String |
| Method Detail |
public java.lang.String getName()
public Configuration getConfiguration(java.lang.String name)
public Configuration getConfiguration(java.lang.String name,
java.lang.String defaultValue)
public java.util.Iterator getConfigurations(java.lang.String name)
public int getIntValue()
throws java.lang.NumberFormatException
java.lang.NumberFormatException
public float getFloatValue()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic java.lang.String getValue()
public java.lang.String getValue(java.lang.String defaultValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||