public abstract class AbstractPathSpec extends java.lang.Object implements PathSpec
| Constructor and Description |
|---|
AbstractPathSpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PathSpec other) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeclaration, getGroup, getPathDepth, getPathInfo, getPathMatch, getPrefix, getSpecLength, getSuffix, matchespublic int compareTo(PathSpec other)
compareTo in interface java.lang.Comparable<PathSpec>public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object