|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
public class PluginDescriptorGenerator
Constructor Summary | |
---|---|
PluginDescriptorGenerator()
|
Method Summary | |
---|---|
void |
execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Execute the generation for a given plugin descriptor. |
protected void |
processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
org.codehaus.plexus.util.xml.XMLWriter w)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginDescriptorGenerator()
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 anyprotected void processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, org.codehaus.plexus.util.xml.XMLWriter w)
mojoDescriptor
- not nullw
- not null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |