Uses of Class
org.eclipse.jgit.util.FS.FileStoreAttributes
Packages that use FS.FileStoreAttributes
Package
Description
File based repository storage.
Utility classes.
-
Uses of FS.FileStoreAttributes in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as FS.FileStoreAttributesModifier and TypeFieldDescriptionprivate FS.FileStoreAttributes
FileSnapshot.fileStoreAttributeCache
measured FileStore attributesMethods in org.eclipse.jgit.internal.storage.file that return FS.FileStoreAttributesModifier and TypeMethodDescriptionprivate FS.FileStoreAttributes
FileSnapshot.fileStoreAttributeCache()
-
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.Fields in org.eclipse.jgit.util with type parameters of type FS.FileStoreAttributesModifier and TypeFieldDescriptionprivate static final SimpleLruCache<Path,
FS.FileStoreAttributes> FS.FileStoreAttributes.attrCacheByPath
private static final Map<FileStore,
FS.FileStoreAttributes> FS.FileStoreAttributes.attributeCache
Methods in org.eclipse.jgit.util that return FS.FileStoreAttributesModifier and TypeMethodDescriptionstatic FS.FileStoreAttributes
Get the FileStoreAttributes for the given FileStoreprivate static FS.FileStoreAttributes
FS.FileStoreAttributes.getFileStoreAttributes
(Path dir) static FS.FileStoreAttributes
FS.getFileStoreAttributes
(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.FileStoreAttributesModifier and TypeMethodDescriptionprivate static Optional<FS.FileStoreAttributes>
FS.FileStoreAttributes.readFromConfig
(FileStore s) Methods in org.eclipse.jgit.util with parameters of type FS.FileStoreAttributesModifier and TypeMethodDescriptionprivate static void
FS.FileStoreAttributes.saveToConfig
(FileStore s, FS.FileStoreAttributes c)