public class ConfigUtil
extends java.lang.Object
Constructor and Description |
---|
ConfigUtil() |
Modifier and Type | Method and Description |
---|---|
static Configuration |
getConfiguration(java.lang.String path)
Gets the configuration at the path described by the given full name.
|
static EditableConfiguration |
getEditableConfiguration(java.lang.String path)
Gets the editable configuration at the path described by the given path.
|
static ObjectSchema |
getSchema(java.lang.String path)
Gets the object schema at the given dot-separated path.
|
public static Configuration getConfiguration(java.lang.String path)
path
- The full, dot-separated path to the configurationpublic static EditableConfiguration getEditableConfiguration(java.lang.String path)
path
- The full, dot-separated path to the configurationgetConfiguration(String)
public static ObjectSchema getSchema(java.lang.String path)
getConfiguration(String)
for the
given path is returned.path
- The dot-separated path to the schema.