public interface TypedPath
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Does this path exist?
|
java.nio.file.Path |
getPath()
Return the path.
|
boolean |
isDirectory()
Is the path represented by this a directory?
|
boolean |
isFile()
Is the path represented by this a regular file?
|
boolean |
isSymbolicLink()
Is the path represented by this a symbolic link?
|
java.nio.file.Path getPath()
boolean exists()
boolean isDirectory()
boolean isFile()
boolean isSymbolicLink()