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, wait
getDeclaration, getGroup, getPathDepth, getPathInfo, getPathMatch, getPrefix, getSpecLength, getSuffix, matches
public int compareTo(PathSpec other)
compareTo
in interface java.lang.Comparable<PathSpec>
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object