Uses of Class
org.eclipse.jgit.util.FS.FileStoreAttributes
Packages that use FS.FileStoreAttributes
-
Uses of FS.FileStoreAttributes in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as FS.FileStoreAttributesModifier and TypeFieldDescriptionstatic final FS.FileStoreAttributes
FS.FileStoreAttributes.FALLBACK_FILESTORE_ATTRIBUTES
Fallback FileStore attributes used when we can't measure the filesystem timestamp resolution.Methods in org.eclipse.jgit.util that return FS.FileStoreAttributesModifier and TypeMethodDescriptionstatic FS.FileStoreAttributes
Get the FileStoreAttributes for the given FileStorestatic FS.FileStoreAttributes
FS.getFileStoreAttributes
(Path dir) Get cached FileStore attributes, if not yet available measure them using a probe file under the given directory.