Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.fnmatch |
File name matcher.
|
org.eclipse.jgit.ignore.internal |
Modifier and Type | Method and Description |
---|---|
DescribeCommand |
DescribeCommand.setMatch(String... patterns)
Sets one or more
glob(7) patterns that tags must match to be considered. |
Modifier and Type | Class and Description |
---|---|
class |
NoClosingBracketException
Thrown when a pattern contains a character group which is open to the right
side or a character class which is open to the right side.
|
Constructor and Description |
---|
FileNameMatcher(String patternString,
Character invalidWildgetCharacter) |
Modifier and Type | Method and Description |
---|---|
static IMatcher |
PathMatcher.createPathMatcher(String pattern,
Character pathSeparator,
boolean dirOnly) |
Copyright © 2017 Eclipse JGit Project. All rights reserved.