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.FileStoreAttributesFS.FileStoreAttributes.FALLBACK_FILESTORE_ATTRIBUTESFallback 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.FileStoreAttributesGet the FileStoreAttributes for the given FileStorestatic FS.FileStoreAttributesFS.getFileStoreAttributes(Path dir) Get cached FileStore attributes, if not yet available measure them using a probe file under the given directory.