Uses of Class
org.eclipse.jgit.fnmatch.FileNameMatcher
-
Packages that use FileNameMatcher Package Description org.eclipse.jgit.fnmatch File name matcher. -
-
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()
Constructors 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
.
-