Package org.apache.ivy.plugins.matcher
Class MatcherHelper
- java.lang.Object
-
- org.apache.ivy.plugins.matcher.MatcherHelper
-
public final class MatcherHelper extends java.lang.ObjectSet of helper methods to match ModuleId, ModuleRevisionId, ArtifactId
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisExact(PatternMatcher m, java.lang.String exp)static booleanisExact(PatternMatcher m, ModuleId exp)static booleanisExact(PatternMatcher m, ModuleRevisionId exp)static booleanmatches(PatternMatcher m, java.lang.String expression, java.lang.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 Detail
-
matches
public static boolean matches(PatternMatcher m, java.lang.String expression, java.lang.String input)
-
matches
public static boolean matches(PatternMatcher m, ModuleId exp, ModuleId mid)
-
matches
public static boolean matches(PatternMatcher m, ModuleRevisionId exp, ModuleRevisionId mrid)
-
matches
public static boolean matches(PatternMatcher m, ArtifactId exp, ArtifactId aid)
-
isExact
public static boolean isExact(PatternMatcher m, ModuleRevisionId exp)
-
isExact
public static boolean isExact(PatternMatcher m, ModuleId exp)
-
isExact
public static boolean isExact(PatternMatcher m, java.lang.String exp)
-
-