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.FileStoreAttributesFileSnapshot.fileStoreAttributeCachemeasured FileStore attributesMethods in org.eclipse.jgit.internal.storage.file that return FS.FileStoreAttributesModifier and TypeMethodDescriptionprivate FS.FileStoreAttributesFileSnapshot.fileStoreAttributeCache() -
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.Fields in org.eclipse.jgit.util with type parameters of type FS.FileStoreAttributesModifier and TypeFieldDescriptionprivate static final SimpleLruCache<Path,FS.FileStoreAttributes> FS.FileStoreAttributes.attrCacheByPathprivate static final Map<FileStore,FS.FileStoreAttributes> FS.FileStoreAttributes.attributeCacheMethods in org.eclipse.jgit.util that return FS.FileStoreAttributesModifier and TypeMethodDescriptionstatic FS.FileStoreAttributesGet the FileStoreAttributes for the given FileStoreprivate static FS.FileStoreAttributesFS.FileStoreAttributes.getFileStoreAttributes(Path dir) static FS.FileStoreAttributesFS.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 voidFS.FileStoreAttributes.saveToConfig(FileStore s, FS.FileStoreAttributes c)