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 voidPluginParameterException.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 voidDeprecatedPluginValidator.checkParameter(MavenSession mavenSession, MojoDescriptor mojoDescriptor, Class<?> mojoClass, Parameter parameter, org.codehaus.plexus.configuration.PlexusConfiguration pomConfiguration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) private voidReadOnlyPluginParametersValidator.checkParameter(MavenSession mavenSession, MojoDescriptor mojoDescriptor, Class<?> mojoClass, Parameter parameter, org.codehaus.plexus.configuration.PlexusConfiguration pomConfiguration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator) protected StringAbstractMavenPluginParametersValidator.formatParameter(Parameter parameter) protected abstract StringAbstractMavenPluginParametersValidator.getParameterLogReason(Parameter parameter) protected StringDeprecatedCoreExpressionValidator.getParameterLogReason(Parameter parameter) protected StringDeprecatedPluginValidator.getParameterLogReason(Parameter parameter) protected StringReadOnlyPluginParametersValidator.getParameterLogReason(Parameter parameter) private booleanDeprecatedCoreExpressionValidator.isDeprecated(Parameter parameter)