|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.tools.plugin.generator.PluginHelpGenerator
Generates an HelpMojo class.
| Constructor Summary | |
PluginHelpGenerator()
Default constructor |
|
| 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 static java.lang.String |
toText(java.lang.String html)
Deprecated. since 2.4.3, using PluginUtils.toText(String) instead of. |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PluginHelpGenerator()
| Method Detail |
public void execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
throws java.io.IOException
execute in interface GeneratordestinationDirectory - requiredpluginDescriptor - required
java.io.IOException - if any
public void execute(java.io.File destinationDirectory,
PluginToolsRequest request)
throws java.io.IOException
execute in interface GeneratordestinationDirectory - requiredrequest - required
java.io.IOException - if anyprotected static java.lang.String toText(java.lang.String html)
PluginUtils.toText(String) instead of.
html - The HTML fragment to convert to plain text, may be null.
null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||