org.constretto.model
Class ConfigurationNode
java.lang.Object
org.constretto.model.ConfigurationNode
public class ConfigurationNode
- extends java.lang.Object
- Author:
- Kaare Nilsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_TAG
public static final java.lang.String DEFAULT_TAG
- See Also:
- Constant Field Values
ALL_TAG
public static final java.lang.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 java.lang.String getValue()
updateValue
public void updateValue(java.lang.String value)
getTag
public java.lang.String getTag()
getName
public java.lang.String getName()
hasChildren
public boolean hasChildren()
children
public java.util.List<ConfigurationNode> children()
getExpression
public java.lang.String getExpression()
update
public void update(java.lang.String expression,
java.lang.String value,
java.lang.String tag)
findAllBy
public java.util.List<ConfigurationNode> findAllBy(java.lang.String expression)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2011. All Rights Reserved.