Uses of Interface
io.roastedroot.zerofs.FileTimeSource
-
Uses of FileTimeSource in io.roastedroot.zerofs
Classes in io.roastedroot.zerofs that implement FileTimeSourceModifier and TypeClassDescription(package private) enumImplementation of ofFileTimeSourcethat gets the current time from the system.Fields in io.roastedroot.zerofs declared as FileTimeSourceModifier and TypeFieldDescriptionprivate FileTimeSourceConfiguration.Builder.fileTimeSource(package private) final FileTimeSourceConfiguration.fileTimeSourceprivate final FileTimeSourceFileFactory.fileTimeSourceprivate final FileTimeSourceFileSystemState.fileTimeSourceMethods in io.roastedroot.zerofs with parameters of type FileTimeSourceModifier and TypeMethodDescriptionConfiguration.Builder.setFileTimeSource(FileTimeSource source) Sets theFileTimeSourcethat will supply the current time for this file system.Constructors in io.roastedroot.zerofs with parameters of type FileTimeSourceModifierConstructorDescriptionFileFactory(HeapDisk disk, FileTimeSource fileTimeSource) Creates a new file factory using the given disk for regular files and the given time source.(package private)FileSystemState(FileTimeSource fileTimeSource, Runnable onClose)