Uses of Class
org.apache.maven.tools.plugin.extractor.model.Parameter
-
Packages that use Parameter Package Description org.apache.maven.tools.plugin.extractor.model org.apache.maven.tools.plugin.extractor.model.io.xpp3 -
-
Uses of Parameter in org.apache.maven.tools.plugin.extractor.model
Fields in org.apache.maven.tools.plugin.extractor.model with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>
Mojo. parameters
Field parameters.Methods in org.apache.maven.tools.plugin.extractor.model that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>
Mojo. getParameters()
Method getParameters.Methods in org.apache.maven.tools.plugin.extractor.model with parameters of type Parameter Modifier and Type Method Description void
Mojo. addParameter(Parameter parameter)
Method addParameter.void
Mojo. removeParameter(Parameter parameter)
Method removeParameter.Method parameters in org.apache.maven.tools.plugin.extractor.model with type arguments of type Parameter Modifier and Type Method Description void
Mojo. setParameters(java.util.List<Parameter> parameters)
Set list of parameters used by this mojo. -
Uses of Parameter in org.apache.maven.tools.plugin.extractor.model.io.xpp3
Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 that return Parameter Modifier and Type Method Description private Parameter
PluginMetadataXpp3Reader. parseParameter(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseParameter.Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 with parameters of type Parameter Modifier and Type Method Description private void
PluginMetadataXpp3Writer. writeParameter(Parameter parameter, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeParameter.
-