Uses of Class
org.eclipse.jgit.fnmatch.FileNameMatcher
-
Packages that use FileNameMatcher Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.fnmatch File name matcher. -
-
Uses of FileNameMatcher in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api with type parameters of type FileNameMatcher Modifier and Type Field Description private java.util.List<FileNameMatcher>
DescribeCommand. matchers
Pattern matchers to be applied to tags under consideration. -
Uses of FileNameMatcher in org.eclipse.jgit.fnmatch
Methods in org.eclipse.jgit.fnmatch that return FileNameMatcher Modifier and Type Method Description FileNameMatcher
FileNameMatcher. createMatcherForSuffix()
Create aFileNameMatcher
instance which uses the same pattern like this matcher, but has the current state of this matcher as reset and start pointConstructors in org.eclipse.jgit.fnmatch with parameters of type FileNameMatcher Constructor Description FileNameMatcher(FileNameMatcher other)
A Copy Constructor which creates a newFileNameMatcher
with the same state and reset point likeother
.
-