Uses of Class
org.apache.maven.plugin.descriptor.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return types with arguments of type ParameterConstructor parameters in org.apache.maven.plugin with type arguments of type ParameterModifierConstructorDescriptionPluginParameterException
(MojoDescriptor mojo, List<Parameter> parameters) -
Uses of Parameter in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return ParameterMethods in org.apache.maven.plugin.descriptor that return types with arguments of type ParameterModifier and TypeMethodDescriptionMojoDescriptor.getParameterMap()
MojoDescriptor.getParameters()
Methods in org.apache.maven.plugin.descriptor with parameters of type ParameterMethod parameters in org.apache.maven.plugin.descriptor with type arguments of type Parameter -
Uses of Parameter in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal with parameters of type ParameterModifier and TypeMethodDescriptionprotected void
ReadOnlyPluginParametersValidator.checkParameter
(Parameter parameter, org.codehaus.plexus.configuration.PlexusConfiguration pomConfiguration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) protected String
ReadOnlyPluginParametersValidator.getParameterLogReason
(Parameter parameter)