Uses of Interface
org.apache.maven.tools.plugin.generator.Generator
-
Packages that use Generator Package Description org.apache.maven.plugin.plugin org.apache.maven.tools.plugin.generator -
-
Uses of Generator in org.apache.maven.plugin.plugin
Methods in org.apache.maven.plugin.plugin that return Generator Modifier and Type Method Description protected abstract Generator
AbstractGeneratorMojo. createGenerator()
protected Generator
DescriptorGeneratorMojo. createGenerator()
protected Generator
HelpGeneratorMojo. createGenerator()
-
Uses of Generator in org.apache.maven.tools.plugin.generator
Classes in org.apache.maven.tools.plugin.generator that implement Generator Modifier and Type Class Description class
PluginDescriptorGenerator
Generate a Maven Plugin Descriptor XML file and correspondingplugin-help.xml
help content forPluginHelpGenerator
.class
PluginHelpGenerator
Generates anHelpMojo
class fromhelp-class-source.vm
template.class
PluginXdocGenerator
Generate xdoc documentation for each mojo.
-