Uses of Interface
org.apache.maven.toolchain.RequirementMatcher
-
Packages that use RequirementMatcher Package Description org.apache.maven.toolchain -
-
Uses of RequirementMatcher in org.apache.maven.toolchain
Classes in org.apache.maven.toolchain that implement RequirementMatcher Modifier and Type Class Description private static classRequirementMatcherFactory.ExactMatcherprivate static classRequirementMatcherFactory.VersionMatcherFields in org.apache.maven.toolchain with type parameters of type RequirementMatcher Modifier and Type Field Description private java.util.Map<java.lang.String,RequirementMatcher>DefaultToolchain. providesMethods in org.apache.maven.toolchain that return RequirementMatcher Modifier and Type Method Description static RequirementMatcherRequirementMatcherFactory. createExactMatcher(java.lang.String provideValue)static RequirementMatcherRequirementMatcherFactory. createVersionMatcher(java.lang.String provideValue)Methods in org.apache.maven.toolchain with parameters of type RequirementMatcher Modifier and Type Method Description voidDefaultToolchain. addProvideToken(java.lang.String type, RequirementMatcher matcher)
-