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