public class ConfigNamespace extends ConfigElement
ConfigElement.PathIdentifierILLEGAL_CHARS, SEPARATOR| Constructor and Description |
|---|
ConfigNamespace(ConfigNamespace parent,
String name,
String description) |
ConfigNamespace(ConfigNamespace parent,
String name,
String description,
boolean isUmbrella) |
| Modifier and Type | Method and Description |
|---|---|
ConfigElement |
getChild(String name) |
Iterable<ConfigElement> |
getChildren() |
boolean |
hasUmbrella()
Whether this namespace or any parent namespace is an umbrella namespace.
|
boolean |
isOption() |
boolean |
isUmbrella()
Wether this namespace is an umbrella namespace, that is, is expects immediate sub-namespaces which are user defined.
|
equals, getComponents, getDescription, getName, getNamespace, getPath, getPath, getRoot, hashCode, isNamespace, isRoot, parse, toString, toString, toStringSinglepublic ConfigNamespace(ConfigNamespace parent, String name, String description, boolean isUmbrella)
public ConfigNamespace(ConfigNamespace parent, String name, String description)
public boolean isUmbrella()
public boolean hasUmbrella()
public boolean isOption()
isOption in class ConfigElementpublic Iterable<ConfigElement> getChildren()
public ConfigElement getChild(String name)
Copyright © 2012–2015. All rights reserved.