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
Fields in org.eclipse.jgit.treewalk declared as FS.Attributes Modifier and Type Field Description private FS.AttributesFileTreeIterator.FileEntry. attributesMethods in org.eclipse.jgit.treewalk with parameters of type FS.Attributes Modifier and Type Method Description FileModeFileTreeIterator.DefaultFileModeStrategy. getMode(java.io.File f, FS.Attributes attributes)FileModeFileTreeIterator.FileModeStrategy. getMode(java.io.File f, FS.Attributes attributes)Compute the FileMode for a given File, based on its attributes.FileModeFileTreeIterator.NoGitlinksStrategy. getMode(java.io.File f, FS.Attributes attributes)Constructors in org.eclipse.jgit.treewalk with parameters of type FS.Attributes Constructor Description FileEntry(java.io.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(java.io.File path)Get the file attributes we care for.FS.AttributesFS_Win32. getAttributes(java.io.File path)Get the file attributes we care for.FS.AttributesFS. getAttributes(java.io.File path)Get the file attributes we care for.(package private) static FS.AttributesFileUtils. getFileAttributesBasic(FS fs, java.io.File file)static FS.AttributesFileUtils. getFileAttributesPosix(FS fs, java.io.File file)Get file system attributes for the given file.
-