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 classFields in org.eclipse.jgit.fnmatch declared as HeadFields in org.eclipse.jgit.fnmatch with type parameters of type HeadModifier and TypeFieldDescriptionFileNameMatcher.EMPTY_HEAD_LISTFileNameMatcher.headsFileNameMatcher.headsStartValueFileNameMatcher.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.newHeadsMethods 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 voidAbstractHead.setNewHeads(List<Head> newHeads) SetHeads which will not be modified.Constructor parameters in org.eclipse.jgit.fnmatch with type arguments of type HeadModifierConstructorDescriptionprivateFileNameMatcher(List<Head> headsStartValue) privateFileNameMatcher(List<Head> headsStartValue, List<Head> heads)