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 class
RequirementMatcherFactory.ExactMatcher
private static class
RequirementMatcherFactory.VersionMatcher
Fields 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. provides
Methods in org.apache.maven.toolchain that return RequirementMatcher Modifier and Type Method Description static RequirementMatcher
RequirementMatcherFactory. createExactMatcher(java.lang.String provideValue)
static RequirementMatcher
RequirementMatcherFactory. createVersionMatcher(java.lang.String provideValue)
Methods in org.apache.maven.toolchain with parameters of type RequirementMatcher Modifier and Type Method Description void
DefaultToolchain. addProvideToken(java.lang.String type, RequirementMatcher matcher)
-