Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
FileMode |
FileTreeIterator.FileModeStrategy.getMode(File f,
FS.Attributes attributes)
Compute the FileMode for a given File, based on its attributes.
|
FileMode |
FileTreeIterator.DefaultFileModeStrategy.getMode(File f,
FS.Attributes attributes) |
FileMode |
FileTreeIterator.NoGitlinksStrategy.getMode(File f,
FS.Attributes attributes) |
Constructor and Description |
---|
FileEntry(File f,
FS fs,
FS.Attributes attributes,
FileTreeIterator.FileModeStrategy fileModeStrategy)
Create a new file entry given the specified FileModeStrategy
|
Modifier and Type | Method and Description |
---|---|
FS.Attributes |
FS_Win32.getAttributes(File path)
Get the file attributes we care for.
|
FS.Attributes |
FS_POSIX.getAttributes(File path)
Get the file attributes we care for.
|
FS.Attributes |
FS.getAttributes(File path)
Get the file attributes we care for.
|
static FS.Attributes |
FileUtils.getFileAttributesPosix(FS fs,
File file)
Get file system attributes for the given file.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.