java.lang.Object
org.refcodes.matcher.AbstractMatcher<M>
- Type Parameters:
M- The matchee type
- All Implemented Interfaces:
Matchable<M>,Matcher<M>,org.refcodes.mixin.AliasAccessor,org.refcodes.mixin.Schemable
- Direct Known Subclasses:
AbstractMatcheeMatcher,AbstractMatcherComposite,AbstractWildcardMatcher,AnyMatcher,IsAssignableFromMatcher,NoneMatcher,NotMatcher
The
AbstractMatcher provides a base functionality for Matcher
implementations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.AliasAccessor
org.refcodes.mixin.AliasAccessor.AliasBuilder<B extends org.refcodes.mixin.AliasAccessor.AliasBuilder<B>>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasProperty -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMatcher(String aAlias, String aDescription) Constructs anAbstractMatcherwith the given description. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.matcher.Matchable
isMatching
-
Constructor Details
-
AbstractMatcher
Constructs anAbstractMatcherwith the given description.- Parameters:
aAlias- The alias for the accordingMatcherimplementation.aDescription- The according matcher's description.
-
-
Method Details