public class BundlingHandler
extends java.lang.Object
Constructor and Description |
---|
BundlingHandler(BundledTypesRegistry registry) |
Modifier and Type | Method and Description |
---|---|
BundlingHandler |
childAdded(java.lang.String name,
NodeState state) |
BundlingHandler |
childChanged(java.lang.String name,
NodeState before,
NodeState after) |
BundlingHandler |
childDeleted(java.lang.String name,
NodeState state) |
java.util.Set<PropertyState> |
getMetaProps() |
Path |
getNodeFullPath()
Returns absolute path of the current node
|
NodeState |
getNodeState() |
java.lang.String |
getPropertyPath(java.lang.String propertyName)
Returns property path.
|
java.util.Set<java.lang.String> |
getRemovedProps()
Returns name of properties which needs to be removed or marked as deleted
|
Path |
getRootBundlePath() |
boolean |
isBundledNode()
Returns true if and only if current node is bundled in another node
|
boolean |
isBundlingRoot() |
java.lang.String |
toString() |
public BundlingHandler(BundledTypesRegistry registry)
public java.lang.String getPropertyPath(java.lang.String propertyName)
public boolean isBundledNode()
public Path getNodeFullPath()
public NodeState getNodeState()
public java.util.Set<PropertyState> getMetaProps()
public java.util.Set<java.lang.String> getRemovedProps()
public Path getRootBundlePath()
public BundlingHandler childAdded(java.lang.String name, NodeState state)
public BundlingHandler childDeleted(java.lang.String name, NodeState state)
public BundlingHandler childChanged(java.lang.String name, NodeState before, NodeState after)
public boolean isBundlingRoot()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.