Uses of Class
org.apache.maven.plugin.descriptor.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal with parameters of type ParameterModifier and TypeMethodDescriptionDefaultMojoExecutionConfigurator.getParameterNames
(Parameter parameter) -
Uses of Parameter in org.apache.maven.plugin
Fields in org.apache.maven.plugin with type parameters of type ParameterMethods in org.apache.maven.plugin that return types with arguments of type ParameterMethods in org.apache.maven.plugin with parameters of type ParameterModifier and TypeMethodDescriptionprivate static void
PluginParameterException.decomposeParameterIntoUserInstructions
(MojoDescriptor mojo, Parameter param, StringBuilder messageBuffer) Method parameters in org.apache.maven.plugin with type 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
Fields in org.apache.maven.plugin.descriptor with type parameters of type ParameterMethods 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
Fields in org.apache.maven.plugin.internal with type parameters of type ParameterMethods in org.apache.maven.plugin.internal that return types with arguments of type ParameterMethods in org.apache.maven.plugin.internal with parameters of type ParameterModifier and TypeMethodDescriptionprivate void
DeprecatedPluginValidator.checkParameter
(MavenSession mavenSession, MojoDescriptor mojoDescriptor, Class<?> mojoClass, Parameter parameter, org.codehaus.plexus.configuration.PlexusConfiguration pomConfiguration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) private void
ReadOnlyPluginParametersValidator.checkParameter
(MavenSession mavenSession, MojoDescriptor mojoDescriptor, Class<?> mojoClass, Parameter parameter, org.codehaus.plexus.configuration.PlexusConfiguration pomConfiguration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) protected String
AbstractMavenPluginParametersValidator.formatParameter
(Parameter parameter) protected abstract String
AbstractMavenPluginParametersValidator.getParameterLogReason
(Parameter parameter) protected String
DeprecatedCoreExpressionValidator.getParameterLogReason
(Parameter parameter) protected String
DeprecatedPluginValidator.getParameterLogReason
(Parameter parameter) protected String
ReadOnlyPluginParametersValidator.getParameterLogReason
(Parameter parameter) private boolean
DeprecatedCoreExpressionValidator.isDeprecated
(Parameter parameter)