Package sk.antons.web.path.element
Class StartsElementMatcher
- java.lang.Object
-
- sk.antons.web.path.element.SingleElementMatcher
-
- sk.antons.web.path.element.StartsElementMatcher
-
- All Implemented Interfaces:
ElementMatcher
public class StartsElementMatcher extends SingleElementMatcher
Not public class. Just internal implementation.- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description StartsElementMatcher(char[] chars, int startpos, int endpos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(char[] chars, int startpos, int endpos)-
Methods inherited from class sk.antons.web.path.element.SingleElementMatcher
isWild
-
-