Uses of Class
org.eclipse.jgit.fnmatch.FileNameMatcher
Packages that use FileNameMatcher
Package
Description
High-level API commands (the porcelain of JGit).
File name matcher.
-
Uses of FileNameMatcher in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api with type parameters of type FileNameMatcherModifier and TypeFieldDescriptionprivate List<FileNameMatcher>DescribeCommand.matchersPattern matchers to be applied to tags under consideration. -
Uses of FileNameMatcher in org.eclipse.jgit.fnmatch
Methods in org.eclipse.jgit.fnmatch that return FileNameMatcherModifier and TypeMethodDescriptionFileNameMatcher.createMatcherForSuffix()Create aFileNameMatcherinstance 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 newFileNameMatcherwith the same state and reset point likeother.