Uses of Interface
org.apache.maven.api.services.VersionParser
Packages that use VersionParser
-
Uses of VersionParser in org.apache.maven.impl
Classes in org.apache.maven.impl that implement VersionParserModifier and TypeClassDescriptionclassA wrapper class around a resolver version that works as model version parser as well.Constructors in org.apache.maven.impl with parameters of type VersionParser -
Uses of VersionParser in org.apache.maven.impl.model.profile
Methods in org.apache.maven.impl.model.profile with parameters of type VersionParserModifier and TypeMethodDescriptionConditionProfileActivator.registerFunctions(ProfileActivationContext context, VersionParser versionParser) Registers the condition functions that can be used in profile activation expressions.Constructors in org.apache.maven.impl.model.profile with parameters of type VersionParserModifierConstructorDescriptionConditionFunctions(ProfileActivationContext context, VersionParser versionParser) Constructs a new ConditionFunctions instance.ConditionProfileActivator(VersionParser versionParser, Interpolator interpolator) Constructs a new ConditionProfileActivator with the necessary dependencies.