Uses of Class
org.eclipse.jgit.util.FS.Attributes
-
Packages that use FS.Attributes Package Description org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.util Utility classes. -
-
Uses of FS.Attributes in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk with parameters of type FS.Attributes Modifier and Type Method Description FileModeFileTreeIterator.DefaultFileModeStrategy. getMode(File f, FS.Attributes attributes)FileModeFileTreeIterator.FileModeStrategy. getMode(File f, FS.Attributes attributes)Compute the FileMode for a given File, based on its attributes.FileModeFileTreeIterator.NoGitlinksStrategy. getMode(File f, FS.Attributes attributes)Constructors in org.eclipse.jgit.treewalk with parameters of type FS.Attributes Constructor Description FileEntry(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.Attributes Modifier and Type Method Description FS.AttributesFS_POSIX. getAttributes(File path)Get the file attributes we care for.FS.AttributesFS_Win32. getAttributes(File path)Get the file attributes we care for.FS.AttributesFS. getAttributes(File path)Get the file attributes we care for.static FS.AttributesFileUtils. getFileAttributesPosix(FS fs, File file)Get file system attributes for the given file.
-