Uses of Class
org.apache.maven.tools.plugin.extractor.model.Parameter
Packages that use Parameter
- 
Uses of Parameter in org.apache.maven.tools.plugin.extractor.modelMethods in org.apache.maven.tools.plugin.extractor.model that return types with arguments of type ParameterMethods in org.apache.maven.tools.plugin.extractor.model with parameters of type ParameterModifier and TypeMethodDescriptionvoidMojo.addParameter(Parameter parameter) Method addParameter.voidMojo.removeParameter(Parameter parameter) Method removeParameter.Method parameters in org.apache.maven.tools.plugin.extractor.model with type arguments of type ParameterModifier and TypeMethodDescriptionvoidMojo.setParameters(List<Parameter> parameters) Set list of parameters used by this mojo.