java.lang.Object
org.refcodes.matcher.AbstractMatcher<M>
org.refcodes.matcher.AbstractWildcardMatcher<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:
PathMatcher,RegExpMatcher
The
AbstractWildcardMatcher provides a base functionality for
Matcher implementations.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classThe Class WildcardMatcherSubstitutes.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 -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractWildcardMatcher(String aDescription) Constructs anAbstractWildcardMatcherwith the given description. -
Method Summary
Methods inherited from class org.refcodes.matcher.AbstractMatcher
getAlias, toSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.mixin.AliasAccessor
getAliasMethods inherited from interface org.refcodes.matcher.Matchable
isMatching
-
Field Details
-
ALIAS
- See Also:
-
REGEX_PATTERN
- See Also:
-
WILDCARD_NAMES
- See Also:
-
-
Constructor Details
-
AbstractWildcardMatcher
Constructs anAbstractWildcardMatcherwith the given description.- Parameters:
aDescription- The according matcher's description.
-