Module org.refcodes.matcher
Package org.refcodes.matcher
Class AbstractWildcardMatcher.WildcardMatcherSubstitutes
java.lang.Object
org.refcodes.matcher.AbstractWildcardMatcher.WildcardMatcherSubstitutes
- All Implemented Interfaces:
org.refcodes.mixin.Dumpable,org.refcodes.mixin.WildcardSubstitutes
- Enclosing class:
- AbstractWildcardMatcher<M>
protected static class AbstractWildcardMatcher.WildcardMatcherSubstitutes
extends Object
implements org.refcodes.mixin.WildcardSubstitutes, org.refcodes.mixin.Dumpable
The Class WildcardMatcherSubstitutes.
-
Constructor Summary
ConstructorsConstructorDescriptionWildcardMatcherSubstitutes(String[] aWildcardSubstitutes, Map<String, String> aNamedWildcardSubstittutes) Instantiates a new wildcard substitutes impl. -
Method Summary
Modifier and TypeMethodDescriptionString[]getWildcardReplacement(String aWildcardName) getWildcardReplacementAt(int aIndex) String[]String[]getWildcardReplacements(String... aWildcardNames) String[]getWildcardReplacementsAt(int... aIndexes) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.mixin.Dumpable
toDump, toDump
-
Constructor Details
-
WildcardMatcherSubstitutes
public WildcardMatcherSubstitutes(String[] aWildcardSubstitutes, Map<String, String> aNamedWildcardSubstittutes) Instantiates a new wildcard substitutes impl.- Parameters:
aWildcardSubstitutes- the wildcard substitutesaNamedWildcardSubstittutes- the named wildcard substittutes
-
-
Method Details
-
getWildcardReplacements
- Specified by:
getWildcardReplacementsin interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacementAt
- Specified by:
getWildcardReplacementAtin interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacement
- Specified by:
getWildcardReplacementin interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacements
- Specified by:
getWildcardReplacementsin interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacementsAt
- Specified by:
getWildcardReplacementsAtin interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardNames
- Specified by:
getWildcardNamesin interfaceorg.refcodes.mixin.WildcardSubstitutes
-
toString
-