org.constretto.model
Class ConfigurationNode
java.lang.Object
org.constretto.model.ConfigurationNode
public class ConfigurationNode
- extends Object
- Author:
- Kaare Nilsen
DEFAULT_TAG
public static final String DEFAULT_TAG
- See Also:
- Constant Field Values
ALL_TAG
public static final String ALL_TAG
- See Also:
- Constant Field Values
createRootElement
public static ConfigurationNode createRootElement()
createRootElementOf
public static void createRootElementOf(ConfigurationNode currentConfigurationNode)
root
public ConfigurationNode root()
getValue
public String getValue()
updateValue
public void updateValue(String value)
getTag
public String getTag()
getName
public String getName()
hasChildren
public boolean hasChildren()
children
public List<ConfigurationNode> children()
getExpression
public String getExpression()
update
public void update(String expression,
String value,
String tag)
findAllBy
public List<ConfigurationNode> findAllBy(String expression)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2011. All Rights Reserved.