Package | Description |
---|---|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
static FS.FileStoreAttributes |
FS.FileStoreAttributes.FALLBACK_FILESTORE_ATTRIBUTES
Fallback FileStore attributes used when we can't measure the
filesystem timestamp resolution.
|
Modifier and Type | Method and Description |
---|---|
static FS.FileStoreAttributes |
FS.FileStoreAttributes.get(Path path)
Get the FileStoreAttributes for the given FileStore
|
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.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.