|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigCollection | |
| com.sapportals.wcm.util.config | Contains classes reserved for internal use. |
| Uses of ConfigCollection in com.sapportals.wcm.util.config |
| Methods in com.sapportals.wcm.util.config that return ConfigCollection | |
ConfigCollection |
ConfigCollection.getChild(java.lang.String name)
Get a child ConfigCollection by its name. |
ConfigCollection |
ConfigCollection.getByPath(java.lang.String path)
Get a ConfigCollection by its path in dot-notation. |
ConfigCollection |
PropertiesFile.read()
Read the configuration file. |
| Methods in com.sapportals.wcm.util.config with parameters of type ConfigCollection | |
void |
ConfigCollection.addChild(ConfigCollection configCollection)
Add a child ConfigCollection. |
void |
ConfigCollection.setByPath(java.lang.String path,
ConfigCollection configCollection)
Set/Replace a child ConfigCollection by its relative path in dot-notation. |
void |
PropertiesFile.write(ConfigCollection root)
Write a new configuration to the configuration file. |
java.lang.String |
ConfigPropertyDef.check(ConfigCollection collection)
Check if a property matches its definition. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||