| java.lang.Object org.apache.ivy.plugins.matcher.MatcherHelper
MatcherHelper | final public class MatcherHelper (Code) | | Set of helper methods to match ModuleId, ModuleRevisionId, ArtifactId
|
Method Summary | |
public static boolean | isExact(PatternMatcher m, ModuleRevisionId exp) | public static boolean | isExact(PatternMatcher m, ModuleId exp) | public static boolean | isExact(PatternMatcher m, String exp) | public static boolean | matches(PatternMatcher m, String expression, String input) | public static boolean | matches(PatternMatcher m, ModuleId exp, ModuleId mid) | public static boolean | matches(PatternMatcher m, ModuleRevisionId exp, ModuleRevisionId mrid) | public static boolean | matches(PatternMatcher m, ArtifactId exp, ArtifactId aid) |
|
|