|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfiguration
The IConfiguration
defines the access to the application or server
configuration. The configuration contains properties/settings.
Method Summary | |
---|---|
XmlNode |
getNode(String pName)
Gets the value for a property in xml representation. |
List<XmlNode> |
getNodes(String pName)
Gets a list of values for a property in xml representation. |
List<String> |
getProperties(String pName)
Gets a list of values for a property which exists more than once. |
String |
getProperty(String pName)
Gets the value of a property from the configuration. |
String |
getProperty(String pName,
String pDefault)
Gets the value of a property from the configuration. |
Method Detail |
---|
String getProperty(String pName)
pName
- the property name (e.g /application/securitymanager/class)
null
if the property is not availableString getProperty(String pName, String pDefault)
pName
- the property name (e.g /application/securitymanager/class)pDefault
- the default value if the property is not available
pDefault
if the property is not availableList<String> getProperties(String pName)
pName
- the property name
null
if the property is not availableXmlNode getNode(String pName)
pName
- the property name
null
if the property is not availableList<XmlNode> getNodes(String pName)
pName
- the property name
null
if the property is not available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |