Uses of Package
org.eclipse.jgit.ignore
-
Packages that use org.eclipse.jgit.ignore Package Description org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.ignore Ignore rule parser/matcher (for .gitignore entries).org.eclipse.jgit.ignore.internal org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
Classes in org.eclipse.jgit.ignore used by org.eclipse.jgit.attributes Class Description IMatcher Generic path matcher. -
Classes in org.eclipse.jgit.ignore used by org.eclipse.jgit.ignore Class Description FastIgnoreRule "Fast" (compared with IgnoreRule) git ignore rule implementation supporting also double star**
pattern.IgnoreNode.MatchResult Result fromIgnoreNode.isIgnored(String, boolean)
.IMatcher Generic path matcher. -
Classes in org.eclipse.jgit.ignore used by org.eclipse.jgit.ignore.internal Class Description IMatcher Generic path matcher. -
Classes in org.eclipse.jgit.ignore used by org.eclipse.jgit.treewalk Class Description IgnoreNode Represents a bundle of ignore rules inherited from a base directory.