public class TrailingAsteriskMatcher extends NameMatcher
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
matches(String segment,
       int startIncl,
       int endExcl)
Matches only part of given string 
 | 
matchesequals, hashCode, toStringpublic boolean matches(String segment, int startIncl, int endExcl)
matches in interface IMatchermatches in class NameMatchersegment - string which is not null, but might be emptystartIncl - start index, inclusiveendExcl - end index, exclusiveCopyright © 2020 Eclipse JGit Project. All rights reserved.