Package org.apache.maven.toolchain
Class RequirementMatcherFactory.VersionMatcher
- java.lang.Object
-
- org.apache.maven.toolchain.RequirementMatcherFactory.VersionMatcher
-
- All Implemented Interfaces:
RequirementMatcher
- Enclosing class:
- RequirementMatcherFactory
private static final class RequirementMatcherFactory.VersionMatcher extends java.lang.Object implements RequirementMatcher
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DefaultArtifactVersion
version
-
Constructor Summary
Constructors Modifier Constructor Description private
VersionMatcher(java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(java.lang.String requirement)
-
-
-
Field Detail
-
version
DefaultArtifactVersion version
-
-
Method Detail
-
matches
public boolean matches(java.lang.String requirement)
- Specified by:
matches
in interfaceRequirementMatcher
-
-