Uses of Class
org.eclipse.jgit.util.FS.FileStoreAttributes
-
Packages that use FS.FileStoreAttributes Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.util Utility classes. -
-
Uses of FS.FileStoreAttributes in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FS.FileStoreAttributes Modifier and Type Field Description private FS.FileStoreAttributesFileSnapshot. fileStoreAttributeCachemeasured FileStore attributes -
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.Fields in org.eclipse.jgit.util with type parameters of type FS.FileStoreAttributes Modifier and Type Field Description private static SimpleLruCache<java.nio.file.Path,FS.FileStoreAttributes>FS.FileStoreAttributes. attrCacheByPathprivate static java.util.Map<java.nio.file.FileStore,FS.FileStoreAttributes>FS.FileStoreAttributes. attributeCacheMethods in org.eclipse.jgit.util that return FS.FileStoreAttributes Modifier and Type Method Description static FS.FileStoreAttributesFS.FileStoreAttributes. get(java.nio.file.Path path)Get the FileStoreAttributes for the given FileStoreprivate static FS.FileStoreAttributesFS.FileStoreAttributes. getFileStoreAttributes(java.nio.file.Path dir)static FS.FileStoreAttributesFS. getFileStoreAttributes(java.nio.file.Path dir)Get cached FileStore attributes, if not yet available measure them using a probe file under the given directory.Methods in org.eclipse.jgit.util that return types with arguments of type FS.FileStoreAttributes Modifier and Type Method Description private static java.util.Optional<FS.FileStoreAttributes>FS.FileStoreAttributes. readFromConfig(java.nio.file.FileStore s)Methods in org.eclipse.jgit.util with parameters of type FS.FileStoreAttributes Modifier and Type Method Description private static voidFS.FileStoreAttributes. saveToConfig(java.nio.file.FileStore s, FS.FileStoreAttributes c)
-