Package org.apache.activemq.apollo.util.path

Interface Summary
PathFilter Represents a filter which only operates on a path
PathNode<Value> Represents a node in the PathMap tree
 

Class Summary
AnyChildPathNode<Value> An implementation of PathNode which navigates all the children of the given node ignoring the name of the current path (so for navigating using * in a wildcard).
Part Holds the delimiters used to parse paths.
Path
PathMap<Value> A Map-like data structure allowing values to be indexed by AsciiBuffer and retrieved by path - supporting both * and > style of wildcard as well as composite paths.
PathMapNode<Value> An implementation class used to implement PathMap
PathParser Holds the delimiters used to parse paths.
 

Exception Summary
PathParser.PathException  
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.