|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.fs.Path
Names a file or directory in a FileSystem
.
Path strings use slash as the directory separator. A path string is
absolute if it begins with a slash.
Field Summary | |
static String |
SEPARATOR
The directory separator, a slash. |
Constructor Summary | |
Path(Path parent,
Path child)
Resolve a child path against a parent path. |
|
Path(Path parent,
String child)
Resolve a child path against a parent path. |
|
Path(String pathString)
Construct a path from a String. |
|
Path(String parent,
Path child)
Resolve a child path against a parent path. |
|
Path(String parent,
String child)
Resolve a child path against a parent path. |
Method Summary | |
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getName()
Returns the final component of this path. |
Path |
getParent()
Returns the parent of a path. |
int |
hashCode()
|
boolean |
isAbsolute()
True if this path is absolute. |
Path |
suffix(String suffix)
Adds a suffix to a the final name in the path. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String SEPARATOR
Constructor Detail |
public Path(String parent, String child)
public Path(Path parent, String child)
public Path(String parent, Path child)
public Path(Path parent, Path child)
public Path(String pathString)
Method Detail |
public boolean isAbsolute()
public String getName()
public Path getParent()
public Path suffix(String suffix)
public String toString()
public boolean equals(Object o)
public int hashCode()
public int compareTo(Object o)
compareTo
in interface Comparable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |