public class PathFile
extends java.io.File
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.FileSystem |
getFileSystem() |
java.lang.String |
getName() |
boolean |
isDirectory() |
boolean |
isFile() |
static PathFile |
newInstance(java.nio.file.Path path) |
java.nio.file.Path |
toPath() |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURLpublic java.nio.file.FileSystem getFileSystem()
public java.nio.file.Path toPath()
toPath in class java.io.Filepublic java.lang.String getName()
getName in class java.io.Filepublic boolean isFile()
isFile in class java.io.Filepublic boolean isDirectory()
isDirectory in class java.io.Filepublic static PathFile newInstance(java.nio.file.Path path)