Package org.apache.maven.toolchain
Class RequirementMatcherFactory
- java.lang.Object
-
- org.apache.maven.toolchain.RequirementMatcherFactory
-
public final class RequirementMatcherFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
RequirementMatcherFactory.ExactMatcher
private static class
RequirementMatcherFactory.VersionMatcher
-
Constructor Summary
Constructors Modifier Constructor Description private
RequirementMatcherFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RequirementMatcher
createExactMatcher(java.lang.String provideValue)
static RequirementMatcher
createVersionMatcher(java.lang.String provideValue)
-
-
-
Method Detail
-
createExactMatcher
public static RequirementMatcher createExactMatcher(java.lang.String provideValue)
-
createVersionMatcher
public static RequirementMatcher createVersionMatcher(java.lang.String provideValue)
-
-