Uses of Interface
org.apache.maven.internal.impl.model.profile.ConditionParser.ExpressionFunction
Packages that use ConditionParser.ExpressionFunction
-
Uses of ConditionParser.ExpressionFunction in org.apache.maven.internal.impl.model.profile
Methods in org.apache.maven.internal.impl.model.profile that return types with arguments of type ConditionParser.ExpressionFunctionModifier and TypeMethodDescriptionConditionProfileActivator.registerFunctions
(ProfileActivationContext context, VersionParser versionParser) Registers the condition functions that can be used in profile activation expressions.Constructor parameters in org.apache.maven.internal.impl.model.profile with type arguments of type ConditionParser.ExpressionFunctionModifierConstructorDescriptionConditionParser
(Map<String, ConditionParser.ExpressionFunction> functions, Function<String, String> propertyResolver) Constructs a newConditionParser
with the given function mappings.