Uses of Class
org.apache.maven.tools.plugin.extractor.model.Mojo
-
Packages that use Mojo Package Description org.apache.maven.tools.plugin.extractor.model -
-
Uses of Mojo in org.apache.maven.tools.plugin.extractor.model
Methods in org.apache.maven.tools.plugin.extractor.model that return types with arguments of type Mojo Modifier and Type Method Description List<Mojo>PluginMetadata. getMojos()Method getMojos.Methods in org.apache.maven.tools.plugin.extractor.model with parameters of type Mojo Modifier and Type Method Description voidPluginMetadata. addMojo(Mojo mojo)Method addMojo.voidPluginMetadata. removeMojo(Mojo mojo)Method removeMojo.Method parameters in org.apache.maven.tools.plugin.extractor.model with type arguments of type Mojo Modifier and Type Method Description voidPluginMetadata. setMojos(List<Mojo> mojos)Set the list of mojos contained in the accompanying script.
-