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 |
Ignore rule parser/matcher (for .gitignore entries).
|
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)
Constructor for FileNameMatcher
|
Modifier and Type | Method and Description |
---|---|
static IMatcher |
IMatcher.createPathMatcher(String pattern,
boolean dirOnly)
Creates a path matcher for the given pattern.
|
Modifier and Type | Method and Description |
---|---|
static IMatcher |
PathMatcher.createPathMatcher(String pattern,
Character pathSeparator,
boolean dirOnly)
Create path matcher
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.