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
Fields in org.apache.maven.api.plugin.descriptor declared as ParameterFields in org.apache.maven.api.plugin.descriptor with type parameters of type ParameterModifier and TypeFieldDescription(package private) Collection<Parameter> MojoDescriptor.Builder.parametersMojoDescriptor.parametersMethods in org.apache.maven.api.plugin.descriptor that return ParameterModifier and TypeMethodDescriptionParameter.Builder.build()static ParameterParameter.newInstance()Creates a newParameterinstance.static ParameterParameter.newInstance(boolean withDefaults) Creates a newParameterinstance using default values or not.Creates a newParameterinstance using the specified alias.Parameter.withDefaultValue(String defaultValue) Creates a newParameterinstance using the specified defaultValue.Parameter.withDeprecated(String deprecated) Creates a newParameterinstance using the specified deprecated.Parameter.withDescription(String description) Creates a newParameterinstance using the specified description.Parameter.withEditable(boolean editable) Creates a newParameterinstance using the specified editable.Parameter.withExpression(String expression) Creates a newParameterinstance using the specified expression.Creates a newParameterinstance using the specified name.Parameter.withRequired(boolean required) Creates a newParameterinstance using the specified required.Creates a newParameterinstance using the specified since.Creates a newParameterinstance 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.BuilderParameter.newBuilder(Parameter from) Creates a newParameterbuilder instance using the specified object as a basis.static Parameter.BuilderParameter.newBuilder(Parameter from, boolean forceCopy) Creates a newParameterbuilder 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 newMojoDescriptorinstance 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 -
Uses of Parameter in org.apache.maven.plugin.descriptor.io
Methods in org.apache.maven.plugin.descriptor.io that return ParameterModifier and TypeMethodDescriptionprivate ParameterPluginDescriptorStaxReader.parseParameter(XMLStreamReader parser, boolean strict, Deque<Object> context) Methods in org.apache.maven.plugin.descriptor.io with parameters of type ParameterModifier and TypeMethodDescriptionprivate voidPluginDescriptorStaxWriter.writeParameter(String tagName, Parameter parameter, XMLStreamWriter serializer)