Uses of Interface
org.apache.maven.api.services.VersionParser
Packages that use VersionParser
-
Uses of VersionParser in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement VersionParserModifier and TypeClassDescriptionclassA wrapper class around a resolver version that works as model version parser as well. -
Uses of VersionParser in org.apache.maven.internal.impl.model.profile
Methods in org.apache.maven.internal.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.internal.impl.model.profile with parameters of type VersionParserModifierConstructorDescriptionConditionFunctions(ProfileActivationContext context, VersionParser versionParser) Constructs a new ConditionFunctions instance.ConditionProfileActivator(VersionParser versionParser) Constructs a new ConditionProfileActivator with the necessary dependencies.