Uses of Class
org.apache.maven.api.plugin.descriptor.Parameter
Packages that use Parameter
Package
Description
Maven Plugin descriptor model.
-
Uses of Parameter in org.apache.maven.api.plugin.descriptor
Methods in org.apache.maven.api.plugin.descriptor that return ParameterModifier and TypeMethodDescriptionParameter.Builder.build()
static Parameter
Parameter.newInstance()
Creates a newParameter
instance.static Parameter
Parameter.newInstance
(boolean withDefaults) Creates a newParameter
instance using default values or not.Creates a newParameter
instance using the specified alias.Parameter.withDefaultValue
(String defaultValue) Creates a newParameter
instance using the specified defaultValue.Parameter.withDeprecated
(String deprecated) Creates a newParameter
instance using the specified deprecated.Parameter.withDescription
(String description) Creates a newParameter
instance using the specified description.Parameter.withEditable
(boolean editable) Creates a newParameter
instance using the specified editable.Parameter.withExpression
(String expression) Creates a newParameter
instance using the specified expression.Creates a newParameter
instance using the specified name.Parameter.withRequired
(boolean required) Creates a newParameter
instance using the specified required.Creates a newParameter
instance using the specified since.Creates a newParameter
instance using the specified type.Methods in org.apache.maven.api.plugin.descriptor that return types with arguments of type ParameterMethods in org.apache.maven.api.plugin.descriptor with parameters of type ParameterModifier and TypeMethodDescriptionstatic Parameter.Builder
Parameter.newBuilder
(Parameter from) Creates a newParameter
builder instance using the specified object as a basis.static Parameter.Builder
Parameter.newBuilder
(Parameter from, boolean forceCopy) Creates a newParameter
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.plugin.descriptor with type arguments of type ParameterModifier and TypeMethodDescriptionMojoDescriptor.Builder.parameters
(Collection<Parameter> parameters) MojoDescriptor.withParameters
(Collection<Parameter> parameters) Creates a newMojoDescriptor
instance using the specified parameters.Constructors in org.apache.maven.api.plugin.descriptor with parameters of type Parameter -
Uses of Parameter in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return ParameterConstructors in org.apache.maven.plugin.descriptor with parameters of type Parameter