public class PluginHelpGenerator extends org.codehaus.plexus.logging.AbstractLogEnabled implements Generator
HelpMojo class.| Constructor and Description |
|---|
PluginHelpGenerator()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Execute the generation for a given plugin descriptor.
|
void |
execute(File destinationDirectory,
PluginToolsRequest request)
Execute the generation for a given plugin descriptor.
|
PluginHelpGenerator |
setHelpPackageName(String helpPackageName) |
PluginHelpGenerator |
setUseJava5(boolean useJava5) |
protected static String |
toText(String html)
Deprecated.
since 2.4.3, using
PluginUtils.toText(String) instead of. |
public void execute(File destinationDirectory, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) throws IOException
execute in interface GeneratordestinationDirectory - requiredpluginDescriptor - requiredIOException - if anypublic void execute(File destinationDirectory, PluginToolsRequest request) throws IOException
execute in interface GeneratordestinationDirectory - requiredrequest - requiredIOException - if anypublic PluginHelpGenerator setHelpPackageName(String helpPackageName)
public PluginHelpGenerator setUseJava5(boolean useJava5)
protected static String toText(String html)
PluginUtils.toText(String) instead of.html - The HTML fragment to convert to plain text, may be null.null.Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.