Package sk.antons.web.path.element
Class SingleElementMatcher
- java.lang.Object
-
- sk.antons.web.path.element.SingleElementMatcher
-
- All Implemented Interfaces:
ElementMatcher
- Direct Known Subclasses:
AnyElementMatcher,EndsElementMatcher,ExactElementMatcher,SequenceElementMatcher,StartsElementMatcher
public abstract class SingleElementMatcher extends Object implements ElementMatcher
Not public class. Just internal implementation.- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description SingleElementMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWild()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface sk.antons.web.path.element.ElementMatcher
match
-
-
-
-
Method Detail
-
isWild
public boolean isWild()
- Specified by:
isWildin interfaceElementMatcher
-
-