IMatcher
public class LeadingAsteriskMatcher extends NameMatcher
Modifier and Type | Method | Description |
---|---|---|
boolean |
matches(String segment,
int startIncl,
int endExcl,
boolean assumeDirectory) |
Matches only part of given string
|
equals, hashCode, toString
matches
public boolean matches(String segment, int startIncl, int endExcl, boolean assumeDirectory)
IMatcher
matches
in interface IMatcher
matches
in class NameMatcher
segment
- string which is not null, but might be emptystartIncl
- start index, inclusiveendExcl
- end index, exclusiveassumeDirectory
- true to assume this path as directory (even if it doesn't end
with a slash)Copyright © 2018. All rights reserved.