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 classRequirementMatcherFactory.ExactMatcherprivate static classRequirementMatcherFactory.VersionMatcher
-
Constructor Summary
Constructors Modifier Constructor Description privateRequirementMatcherFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RequirementMatchercreateExactMatcher(java.lang.String provideValue)static RequirementMatchercreateVersionMatcher(java.lang.String provideValue)
-
-
-
Method Detail
-
createExactMatcher
public static RequirementMatcher createExactMatcher(java.lang.String provideValue)
-
createVersionMatcher
public static RequirementMatcher createVersionMatcher(java.lang.String provideValue)
-
-