org.apache.activemq.apollo.util.path
Class Part

java.lang.Object
  extended by org.apache.activemq.apollo.util.path.Part

public abstract class Part
extends java.lang.Object

Holds the delimiters used to parse paths.

Author:
Hiram Chirino

Field Summary
static org.apache.activemq.apollo.util.path.Part.AnyChildPart ANY_CHILD
           
static org.apache.activemq.apollo.util.path.Part.AnyDescendantPart ANY_DESCENDANT
           
static org.apache.activemq.apollo.util.path.Part.RootPart ROOT
           
 
Constructor Summary
Part()
           
 
Method Summary
 boolean isLiteral()
           
 boolean matches(Part p)
           
abstract  java.lang.String toString(PathParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT

public static final org.apache.activemq.apollo.util.path.Part.RootPart ROOT

ANY_DESCENDANT

public static final org.apache.activemq.apollo.util.path.Part.AnyDescendantPart ANY_DESCENDANT

ANY_CHILD

public static final org.apache.activemq.apollo.util.path.Part.AnyChildPart ANY_CHILD
Constructor Detail

Part

public Part()
Method Detail

matches

public boolean matches(Part p)

toString

public abstract java.lang.String toString(PathParser parser)

isLiteral

public boolean isLiteral()


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