Uses of Interface
org.apache.maven.internal.impl.model.profile.ConditionParser.ExpressionFunction
-
Uses of ConditionParser.ExpressionFunction in org.apache.maven.internal.impl.model.profile
Modifier and TypeMethodDescriptionConditionProfileActivator.registerFunctions
(ProfileActivationContext context, VersionParser versionParser) Registers the condition functions that can be used in profile activation expressions.ModifierConstructorDescriptionConditionParser
(Map<String, ConditionParser.ExpressionFunction> functions, Function<String, String> propertyResolver) Constructs a newConditionParser
with the given function mappings.