Uses of Class
org.eclipse.jgit.fnmatch.FileNameMatcher
Packages that use FileNameMatcher
-
Uses of FileNameMatcher in org.eclipse.jgit.fnmatch
Methods in org.eclipse.jgit.fnmatch that return FileNameMatcherModifier and TypeMethodDescriptionFileNameMatcher.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 FileNameMatcherModifierConstructorDescriptionFileNameMatcher
(FileNameMatcher other) A Copy Constructor which creates a newFileNameMatcher
with the same state and reset point likeother
.