|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.rec.io.FilePath.PathElement
Represents a single element of a FilePath.
Nested Class Summary | |
static class |
FilePath.PathElement.Type
Enumerated type for representing the type of a path element. |
Method Summary | |
FilePath.PathElement.Type |
determineType()
Determines the Type of this path element. |
boolean |
equals(Object obj)
|
String |
getPath()
Returns the path to this element, as it appears in the string originally parsed by the FilePath constructor. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public FilePath.PathElement.Type determineType()
public String getPath()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |