Modifier and Type | Class and Description |
---|---|
(package private) class |
PathImplementation.PathIterator |
Modifier and Type | Field and Description |
---|---|
private FileSystem |
filesystem |
private RelativePath |
relativePath |
Constructor and Description |
---|
PathImplementation(FileSystem filesystem,
RelativePath... paths) |
PathImplementation(FileSystem filesystem,
RelativePath path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
FileSystem |
getFileSystem()
Get the FileSystem to which this Path refers.
|
RelativePath |
getRelativePath()
Get the location relative to the root of the FileSystem.
|
int |
hashCode() |
java.lang.String |
toString() |
private final FileSystem filesystem
private final RelativePath relativePath
public PathImplementation(FileSystem filesystem, RelativePath path)
public PathImplementation(FileSystem filesystem, RelativePath... paths)
public FileSystem getFileSystem()
Path
getFileSystem
in interface Path
public RelativePath getRelativePath()
Path
getRelativePath
in interface Path
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object