Uses of Interface
org.eclipse.jgit.fnmatch.Head
Packages that use Head
-
Uses of Head in org.eclipse.jgit.fnmatch
Classes in org.eclipse.jgit.fnmatch that implement HeadModifier and TypeClassDescription(package private) class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
Fields in org.eclipse.jgit.fnmatch declared as HeadFields in org.eclipse.jgit.fnmatch with type parameters of type HeadModifier and TypeFieldDescriptionFileNameMatcher.EMPTY_HEAD_LIST
FileNameMatcher.heads
FileNameMatcher.headsStartValue
FileNameMatcher.listForLocalUseage
{FileNameMatcher.extendStringToMatchByOneCharacter(char)
needs a list for the new heads, allocating a new array would be bad for the performance, as the method gets called very often.AbstractHead.newHeads
Methods in org.eclipse.jgit.fnmatch that return types with arguments of type HeadModifier and TypeMethodDescriptionFileNameMatcher.createHeadsStartValues
(String patternString, Character invalidWildgetCharacter) AbstractHead.getNextHeads
(char c) Get the character which decides which heads are returnedHead.getNextHeads
(char c) Get the character which decides which heads are returnedLastHead.getNextHeads
(char c) Get the character which decides which heads are returnedMethod parameters in org.eclipse.jgit.fnmatch with type arguments of type HeadModifier and TypeMethodDescriptionfinal void
AbstractHead.setNewHeads
(List<Head> newHeads) SetHead
s which will not be modified.Constructor parameters in org.eclipse.jgit.fnmatch with type arguments of type HeadModifierConstructorDescriptionprivate
FileNameMatcher
(List<Head> headsStartValue) private
FileNameMatcher
(List<Head> headsStartValue, List<Head> heads)