Uses of Interface
io.roastedroot.zerofs.FileTimeSource
-
-
Uses of FileTimeSource in io.roastedroot.zerofs
Classes in io.roastedroot.zerofs that implement FileTimeSource Modifier and Type Class Description (package private) classSystemFileTimeSourceImplementation of ofFileTimeSourcethat gets the current time from the system.Fields in io.roastedroot.zerofs declared as FileTimeSource Modifier and Type Field Description private FileTimeSourceConfiguration.Builder. fileTimeSource(package private) FileTimeSourceConfiguration. fileTimeSourceprivate FileTimeSourceFileFactory. fileTimeSourceprivate FileTimeSourceFileSystemState. fileTimeSourceMethods in io.roastedroot.zerofs with parameters of type FileTimeSource Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. setFileTimeSource(FileTimeSource source)Sets theFileTimeSourcethat will supply the current time for this file system.Constructors in io.roastedroot.zerofs with parameters of type FileTimeSource Constructor Description FileFactory(HeapDisk disk, FileTimeSource fileTimeSource)Creates a new file factory using the given disk for regular files and the given time source.FileSystemState(FileTimeSource fileTimeSource, java.lang.Runnable onClose)
-