Uses of Class
org.apache.maven.plugin.descriptor.Parameter
-
Packages that use Parameter Package Description org.apache.maven.plugin.descriptor -
-
Uses of Parameter in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return Parameter Modifier and Type Method Description Parameter
Parameter. clone()
Creates a shallow copy of this parameter.Methods in org.apache.maven.plugin.descriptor that return types with arguments of type Parameter Modifier and Type Method Description java.util.Map<java.lang.String,Parameter>
MojoDescriptor. getParameterMap()
java.util.List<Parameter>
MojoDescriptor. getParameters()
Methods in org.apache.maven.plugin.descriptor with parameters of type Parameter Modifier and Type Method Description void
MojoDescriptor. addParameter(Parameter parameter)
Method parameters in org.apache.maven.plugin.descriptor with type arguments of type Parameter Modifier and Type Method Description void
MojoDescriptor. setParameters(java.util.List<Parameter> parameters)
-