Class MatcherHelper
java.lang.Object
org.apache.ivy.plugins.matcher.MatcherHelper
Set of helper methods to match ModuleId, ModuleRevisionId, ArtifactId
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisExact(PatternMatcher m, String exp) static booleanisExact(PatternMatcher m, ModuleId exp) static booleanisExact(PatternMatcher m, ModuleRevisionId exp) static booleanmatches(PatternMatcher m, String expression, String input) static booleanmatches(PatternMatcher m, ArtifactId exp, ArtifactId aid) static booleanmatches(PatternMatcher m, ModuleId exp, ModuleId mid) static booleanmatches(PatternMatcher m, ModuleRevisionId exp, ModuleRevisionId mrid)
-
Method Details
-
matches
-
matches
-
matches
-
matches
-
isExact
-
isExact
-
isExact
-