Uses of Class
org.apache.activemq.apollo.util.path.Path

Packages that use Path
org.apache.activemq.apollo.util.path   
 

Uses of Path in org.apache.activemq.apollo.util.path
 

Methods in org.apache.activemq.apollo.util.path that return Path
 Path PathParser.parsePath(org.fusesource.hawtbuf.AsciiBuffer subject)
           
 

Methods in org.apache.activemq.apollo.util.path with parameters of type Path
 void PathMapNode.add(Path path, int idx, Value value)
           
 void PathNode.appendMatchingValues(java.util.Set<Value> answer, Path path, int startIndex)
           
 void PathMapNode.appendMatchingValues(java.util.Set<Value> answer, Path path, int startIndex)
           
 void AnyChildPathNode.appendMatchingValues(java.util.Set<Value> answer, Path path, int startIndex)
           
 void PathNode.appendMatchingWildcards(java.util.Set<Value> answer, Path path, int startIndex)
           
 void PathMapNode.appendMatchingWildcards(java.util.Set<Value> answer, Path parts, int idx)
          Matches any entries in the map containing wildcards
 void AnyChildPathNode.appendMatchingWildcards(java.util.Set<Value> answer, Path path, int startIndex)
           
 Value PathMap.chooseValue(Path path)
          Returns the value which matches the given path or null if there is no matching value.
static boolean PathParser.containsWildCards(Path path)
           
protected  java.util.Set<Value> PathMap.findWildcardMatches(Path path)
           
 java.util.Set<Value> PathMap.get(Path key)
          Looks up the value(s) matching the given AsciiBuffer key.
 boolean PathFilter.matches(Path path)
           
 void PathMap.put(Path key, Value value)
           
 boolean PathMapNode.remove(Path path, int idx, Value value)
           
 boolean PathMap.remove(Path path, Value value)
          Removes the value from the associated path
 java.util.Set<Value> PathMap.removeAll(Path key)
           
 void PathMapNode.removeAll(java.util.Set<Value> answer, Path path, int startIndex)
           
 java.lang.String PathParser.toString(Path path)
          Converts the path back to the string representation.
 void PathParser.write(Path path, org.fusesource.hawtbuf.ByteArrayOutputStream os)
           
 



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