Uses of Interface
com.google.common.jimfs.FileTimeSource
-
Uses of FileTimeSource in com.google.common.jimfs
Classes in com.google.common.jimfs that implement FileTimeSourceModifier and TypeClassDescription(package private) enumImplementation of ofFileTimeSourcethat gets the current time from the system.Fields in com.google.common.jimfs declared as FileTimeSourceModifier and TypeFieldDescriptionprivate FileTimeSourceConfiguration.Builder.fileTimeSource(package private) final FileTimeSourceConfiguration.fileTimeSourceprivate final FileTimeSourceFileFactory.fileTimeSourceprivate final FileTimeSourceFileSystemState.fileTimeSourceMethods in com.google.common.jimfs with parameters of type FileTimeSourceModifier and TypeMethodDescriptionConfiguration.Builder.setFileTimeSource(FileTimeSource source) Sets theFileTimeSourcethat will supply the current time for this file system.Constructors in com.google.common.jimfs 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)