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 |
Class and Description |
---|
IMatcher
Generic string matcher
|
Class and Description |
---|
IMatcher
Generic string matcher
|
Class and Description |
---|
AbstractMatcher
Base class for default methods as
AbstractMatcher.toString() and such. |
IMatcher
Generic string matcher
|
NameMatcher
Matcher built from patterns for file names (single path segments).
|
Strings.PatternState |
WildMatcher
Wildmatch matcher for "double star" (
** ) pattern only. |