gnu.text
public class FilePath extends Path implements Comparable
| Method Summary | |
|---|---|
| static FilePath | coerceToFilePathOrNull(Object path) |
| int | compareTo(FilePath path) |
| int | compareTo(Object obj) |
| boolean | equals(Object obj) |
| boolean | exists() |
| Path | getCanonical() |
| long | getContentLength() |
| String | getLast() |
| long | getLastModified() |
| Path | getParent() |
| String | getPath() |
| String | getScheme() |
| int | hashCode() |
| boolean | isAbsolute() |
| boolean | isDirectory() |
| static FilePath | makeFilePath(Object arg) |
| InputStream | openInputStream() |
| OutputStream | openOutputStream() |
| Path | resolve(String relative) |
| File | toFile() |
| String | toString() |
| URI | toURI() |
| URL | toURL() |
| static FilePath | valueOf(String str) |
| static FilePath | valueOf(File file) |