public interface DestinationNode
DestinationMap
treeModifier and Type | Method and Description |
---|---|
void |
appendDescendantValues(Set<DestinationNode> answer) |
void |
appendMatchingValues(Set<DestinationNode> answer,
String[] paths,
int startIndex) |
void |
appendMatchingWildcards(Set<DestinationNode> answer,
String[] paths,
int startIndex) |
DestinationNode |
getChild(String path) |
Collection<DestinationNode> |
getChildren() |
Collection<DestinationNode> |
getDesendentValues() |
Collection<DestinationNode> |
getValues() |
Collection<DestinationNode> |
removeDesendentValues() |
Collection<DestinationNode> |
removeValues() |
void appendMatchingValues(Set<DestinationNode> answer, String[] paths, int startIndex)
void appendMatchingWildcards(Set<DestinationNode> answer, String[] paths, int startIndex)
void appendDescendantValues(Set<DestinationNode> answer)
Collection<DestinationNode> getDesendentValues()
DestinationNode getChild(String path)
Collection<DestinationNode> getValues()
Collection<DestinationNode> getChildren()
Collection<DestinationNode> removeDesendentValues()
Collection<DestinationNode> removeValues()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.