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 |
DestinationMapNode.getChild(String path)
Returns the child node for the given named path or null if it does not
exist
|
DestinationNode |
AnyChildDestinationNode.getChild(String path) |
DestinationNode |
DestinationNode.getChild(String path) |
Modifier and Type | Method and Description |
---|---|
Collection<DestinationNode> |
DestinationMapNode.getChildren()
Returns the child nodes
|
Collection<DestinationNode> |
DestinationNode.getChildren() |
Collection<DestinationNode> |
DestinationNode.getDesendentValues() |
Collection<DestinationNode> |
DestinationNode.getValues() |
Collection<DestinationNode> |
DestinationNode.removeDesendentValues() |
Collection<DestinationNode> |
DestinationNode.removeValues() |
Modifier and Type | Method and Description |
---|---|
void |
DestinationNode.appendDescendantValues(Set<DestinationNode> answer) |
void |
DestinationNode.appendMatchingValues(Set<DestinationNode> answer,
String[] paths,
int startIndex) |
void |
DestinationMapNode.appendMatchingValues(Set<DestinationNode> answer,
String[] paths,
int startIndex,
boolean deep) |
void |
DestinationNode.appendMatchingWildcards(Set<DestinationNode> answer,
String[] paths,
int startIndex) |
void |
DestinationMapNode.removeAll(Set<DestinationNode> answer,
String[] paths,
int startIndex) |
Constructor and Description |
---|
AnyChildDestinationNode(DestinationNode node) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.