|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.tools.plugin.generator.PluginXdocGenerator
public class PluginXdocGenerator
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
void |
execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Execute the generation for a given plugin descriptor. |
void |
execute(java.io.File destinationDirectory,
PluginToolsRequest request)
Execute the generation for a given plugin descriptor. |
protected void |
processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
java.io.File destinationDirectory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public void execute(java.io.File destinationDirectory, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) throws java.io.IOException
execute
in interface Generator
destinationDirectory
- requiredpluginDescriptor
- required
java.io.IOException
- if anypublic void execute(java.io.File destinationDirectory, PluginToolsRequest request) throws java.io.IOException
execute
in interface Generator
destinationDirectory
- requiredrequest
- required
java.io.IOException
- if anyprotected void processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, java.io.File destinationDirectory) throws java.io.IOException
mojoDescriptor
- not nulldestinationDirectory
- not null
java.io.IOException
- if any
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |