| Package | Description |
|---|---|
| com.sapportals.wcm.util.config |
Contains classes reserved for internal use.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigCollection |
ConfigCollection.getByPath(String path)
Get a ConfigCollection by its path in dot-notation.
|
ConfigCollection |
ConfigCollection.getChild(String name)
Get a child ConfigCollection by its name.
|
ConfigCollection |
PropertiesFile.read()
Read the configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigCollection.addChild(ConfigCollection configCollection)
Add a child ConfigCollection.
|
String |
ConfigPropertyDef.check(ConfigCollection collection)
Deprecated.
Check if a property matches its definition.
|
void |
ConfigCollection.setByPath(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.
|
Copyright 2021 SAP SE Complete Copyright Notice