Package org.apache.activemq.filter
Class AnyChildDestinationNode
java.lang.Object
org.apache.activemq.filter.AnyChildDestinationNode
- All Implemented Interfaces:
DestinationNode
An implementation of
DestinationNode which navigates all the children of the given node
ignoring the name of the current path (so for navigating using * in a wildcard).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendDescendantValues(Set answer) voidappendMatchingValues(Set answer, String[] paths, int startIndex) voidappendMatchingWildcards(Set answer, String[] paths, int startIndex) protected Collection
-
Constructor Details
-
AnyChildDestinationNode
-
-
Method Details
-
appendMatchingValues
- Specified by:
appendMatchingValuesin interfaceDestinationNode
-
appendMatchingWildcards
- Specified by:
appendMatchingWildcardsin interfaceDestinationNode
-
appendDescendantValues
- Specified by:
appendDescendantValuesin interfaceDestinationNode
-
getChild
- Specified by:
getChildin interfaceDestinationNode
-
getDesendentValues
- Specified by:
getDesendentValuesin interfaceDestinationNode
-
getValues
- Specified by:
getValuesin interfaceDestinationNode
-
getChildren
- Specified by:
getChildrenin interfaceDestinationNode
-
removeDesendentValues
- Specified by:
removeDesendentValuesin interfaceDestinationNode
-
removeValues
- Specified by:
removeValuesin interfaceDestinationNode
-
getChildNodes
-