Package | Description |
---|---|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
Modifier and Type | Class and Description |
---|---|
class |
AnyChildDestinationNode
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). |
class |
DestinationMapNode
An implementation class used to implement
DestinationMap |
Modifier and Type | Method and Description |
---|---|
DestinationNode |
AnyChildDestinationNode.getChild(java.lang.String path) |
DestinationNode |
DestinationNode.getChild(java.lang.String path) |
DestinationNode |
DestinationMapNode.getChild(java.lang.String path)
Returns the child node for the given named path or null if it does not
exist
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DestinationNode> |
DestinationNode.getChildren() |
java.util.Collection<DestinationNode> |
DestinationMapNode.getChildren()
Returns the child nodes
|
java.util.Collection<DestinationNode> |
DestinationNode.getDesendentValues() |
java.util.Collection<DestinationNode> |
DestinationNode.getValues() |
java.util.Collection<DestinationNode> |
DestinationNode.removeDesendentValues() |
java.util.Collection<DestinationNode> |
DestinationNode.removeValues() |
Modifier and Type | Method and Description |
---|---|
void |
DestinationNode.appendDescendantValues(java.util.Set<DestinationNode> answer) |
void |
DestinationNode.appendMatchingValues(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex) |
void |
DestinationMapNode.appendMatchingValues(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex) |
void |
DestinationNode.appendMatchingWildcards(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex) |
void |
DestinationMapNode.removeAll(java.util.Set<DestinationNode> answer,
java.lang.String[] paths,
int startIndex) |
Constructor and Description |
---|
AnyChildDestinationNode(DestinationNode node) |
Copyright © 2005-2014. All Rights Reserved.