Uses of Class
org.eclipse.jgit.util.FS.FileStoreAttributes
-
Packages that use FS.FileStoreAttributes Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of FS.FileStoreAttributes in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as FS.FileStoreAttributes Modifier and Type Field Description static 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.FileStoreAttributes Modifier and Type Method Description static FS.FileStoreAttributesFS.FileStoreAttributes. get(Path path)Get 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.
-