org.apache.activemq.apollo.util.path
Class Part
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Part
public Part()
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.