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) enum
Implementation of ofFileTimeSource
that gets the current time from the system.Fields in com.google.common.jimfs declared as FileTimeSourceModifier and TypeFieldDescriptionprivate FileTimeSource
Configuration.Builder.fileTimeSource
(package private) final FileTimeSource
Configuration.fileTimeSource
private final FileTimeSource
FileFactory.fileTimeSource
private final FileTimeSource
FileSystemState.fileTimeSource
Methods in com.google.common.jimfs with parameters of type FileTimeSourceModifier and TypeMethodDescriptionConfiguration.Builder.setFileTimeSource
(FileTimeSource source) Sets theFileTimeSource
that 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)