Uses of Class
org.eclipse.jgit.util.FS.Attributes
Packages that use FS.Attributes
Package
Description
Walking and comparing directory/file trees (of commits, file system).
Utility classes.
-
Uses of FS.Attributes in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk with parameters of type FS.AttributesModifier and TypeMethodDescriptionFileTreeIterator.DefaultFileModeStrategy.getMode
(File f, FS.Attributes attributes) FileTreeIterator.FileModeStrategy.getMode
(File f, FS.Attributes attributes) Compute the FileMode for a given File, based on its attributes.FileTreeIterator.NoGitlinksStrategy.getMode
(File f, FS.Attributes attributes) Constructors in org.eclipse.jgit.treewalk with parameters of type FS.AttributesModifierConstructorDescriptionFileEntry
(File f, FS fs, FS.Attributes attributes, FileTreeIterator.FileModeStrategy fileModeStrategy) Create a new file entry given the specified FileModeStrategy -
Uses of FS.Attributes in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return FS.AttributesModifier and TypeMethodDescriptionFS_POSIX.getAttributes
(File path) Get the file attributes we care for.FS_Win32.getAttributes
(File path) 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.