Package org.wildfly.tool.plugin
Class PluginAdocGenerator
- java.lang.Object
-
- org.wildfly.tool.plugin.PluginAdocGenerator
-
- All Implemented Interfaces:
org.apache.maven.tools.plugin.generator.Generator
public class PluginAdocGenerator extends Object implements org.apache.maven.tools.plugin.generator.Generator
- Author:
- Emmanuel Hugonnet (c) 2018 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description PluginAdocGenerator()PluginAdocGenerator(Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(File destinationDirectory, org.apache.maven.tools.plugin.PluginToolsRequest request)protected voidprocessMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, File destinationDirectory)
-
-
-
Constructor Detail
-
PluginAdocGenerator
public PluginAdocGenerator()
-
PluginAdocGenerator
public PluginAdocGenerator(Locale locale)
-
-
Method Detail
-
execute
public void execute(File destinationDirectory, org.apache.maven.tools.plugin.PluginToolsRequest request) throws org.apache.maven.tools.plugin.generator.GeneratorException
- Specified by:
executein interfaceorg.apache.maven.tools.plugin.generator.Generator- Throws:
org.apache.maven.tools.plugin.generator.GeneratorException
-
processMojoDescriptor
protected void processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, File destinationDirectory) throws IOException- Parameters:
mojoDescriptor- not nulldestinationDirectory- not null- Throws:
IOException- if any
-
-