DirectoryEntry |
DirectoryEntry.withFileSize(long fileSize) |
Sets the file size corresponding to this entry
|
DirectoryEntry |
DirectoryEntry.withIsDirectory(boolean isDirectory) |
Sets the isDirectory flag, meaning this entry corresponds to a directory
|
DirectoryEntry |
DirectoryEntry.withIsFile(boolean isFile) |
Sets the isFile flag, meaning this entry corresponds to a file
|
DirectoryEntry |
DirectoryEntry.withIsSymLink(boolean isSymLink) |
Sets the isSymLink flag, meaning this entry corresponds to a symbolic link
|
DirectoryEntry |
DirectoryEntry.withPath(String path) |
Sets the absolute path of this entry
|
DirectoryEntry |
DirectoryEntry.withRelativePath(String relativePath) |
Sets the path relative to the current working directory
|