Skip navigation links
C D E F I L N O P R S T V 

C

creation() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the timestamp of the creation of the represented file.

D

de.team33.patterns.io.phobos - package de.team33.patterns.io.phobos
Provides efficient directory access.
distinct() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns a FileEntry that represents the same file as this FileEntry, but symbolic links are NOT resolved.
distinct() - Method in class de.team33.patterns.io.phobos.FileIndex
 

E

entries() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the content of the represented file if it is a directory.
entries() - Method in class de.team33.patterns.io.phobos.FileIndex
 
exists() - Method in class de.team33.patterns.io.phobos.FileEntry
Determines if the represented file exists.

F

FileEntry - Class in de.team33.patterns.io.phobos
Represents an entry from the virtual file index.
FileIndex - Class in de.team33.patterns.io.phobos
 
FileType - Enum in de.team33.patterns.io.phobos
Symbolizes different file types
FileUtil - Class in de.team33.patterns.io.phobos
 
FileUtil() - Constructor for class de.team33.patterns.io.phobos.FileUtil
 

I

isDirectory() - Method in class de.team33.patterns.io.phobos.FileEntry
Determines if the represented file is a directory.
isMissing() - Method in class de.team33.patterns.io.phobos.FileEntry
Determines if the represented file is missing.
isRegularFile() - Method in class de.team33.patterns.io.phobos.FileEntry
Determines if the represented file is a regular file.
isSpecial() - Method in class de.team33.patterns.io.phobos.FileEntry
Determines if the represented file is something else than a directory, a regular file or a symbolic link.
isSymbolicLink() - Method in class de.team33.patterns.io.phobos.FileEntry
Determines if the represented file is a symbolic link.

L

lastAccess() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the timestamp of the last access to the represented file.
lastModified() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the timestamp of the last modification of the represented file.
lastUpdated() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the timestamp of the last update of the represented file.

N

name() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the simple name of the represented file.

O

of(Path) - Static method in class de.team33.patterns.io.phobos.FileEntry
Returns a new FileEntry based on a given Path.
of(Collection<? extends Path>) - Static method in class de.team33.patterns.io.phobos.FileIndex
 
of(Path...) - Static method in class de.team33.patterns.io.phobos.FileIndex
 

P

path() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the file system path of the represented file.

R

report(FileIndex) - Static method in class de.team33.patterns.io.phobos.FileUtil
 
report(FileEntry) - Static method in class de.team33.patterns.io.phobos.FileUtil
 
resolved() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns a FileEntry that represents the same file as this FileEntry, but symbolic links are resolved.
resolved() - Method in class de.team33.patterns.io.phobos.FileIndex
 
roots() - Method in class de.team33.patterns.io.phobos.FileIndex
 

S

size() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the size of the represented file.
skipEntry(Predicate<FileEntry>) - Method in class de.team33.patterns.io.phobos.FileIndex
 
skipPath(Predicate<Path>) - Method in class de.team33.patterns.io.phobos.FileIndex
 

T

toString() - Method in class de.team33.patterns.io.phobos.FileEntry
 
totalSize() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the total size of the represented file.
type() - Method in class de.team33.patterns.io.phobos.FileEntry
Returns the FileType of the represented file.

V

valueOf(String) - Static method in enum de.team33.patterns.io.phobos.FileType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.team33.patterns.io.phobos.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F I L N O P R S T V 
Skip navigation links

Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.