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
ConstructorDescriptionWildcardMatcherSubstitutes
(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, wait
Methods 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:
getWildcardReplacements
in interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacementAt
- Specified by:
getWildcardReplacementAt
in interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacement
- Specified by:
getWildcardReplacement
in interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacements
- Specified by:
getWildcardReplacements
in interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardReplacementsAt
- Specified by:
getWildcardReplacementsAt
in interfaceorg.refcodes.mixin.WildcardSubstitutes
-
getWildcardNames
- Specified by:
getWildcardNames
in interfaceorg.refcodes.mixin.WildcardSubstitutes
-
toString
-