| Constructor and Description |
|---|
PluginXdocGenerator()
Default constructor using
Locale.ENGLISH as locale. |
PluginXdocGenerator(org.apache.maven.project.MavenProject project)
Constructor using
Locale.ENGLISH as locale. |
PluginXdocGenerator(org.apache.maven.project.MavenProject project,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.io.File destinationDirectory,
org.apache.maven.tools.plugin.PluginToolsRequest request)
Execute the generation for a given plugin descriptor.
|
protected void |
processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
java.io.File destinationDirectory) |
public PluginXdocGenerator()
Locale.ENGLISH as locale.
Used only in test cases.public PluginXdocGenerator(org.apache.maven.project.MavenProject project)
Locale.ENGLISH as locale.project - not null Maven project.public PluginXdocGenerator(org.apache.maven.project.MavenProject project,
java.util.Locale locale)
project - not null.locale - not null wanted locale.public void execute(java.io.File destinationDirectory,
org.apache.maven.tools.plugin.PluginToolsRequest request)
throws GeneratorException
execute in interface GeneratordestinationDirectory - requiredrequest - requiredGeneratorException - if anyprotected void processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
java.io.File destinationDirectory)
throws java.io.IOException
mojoDescriptor - not nulldestinationDirectory - not nulljava.io.IOException - if any