org.apache.maven.tools.plugin.generator
Class PluginDescriptorGenerator
java.lang.Object
org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
- All Implemented Interfaces:
- Generator
public class PluginDescriptorGenerator
- extends java.lang.Object
- implements Generator
Method Summary |
void |
element(org.codehaus.plexus.util.xml.XMLWriter w,
java.lang.String name,
java.lang.String value)
|
void |
execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
|
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 |
PluginDescriptorGenerator
public PluginDescriptorGenerator()
execute
public void execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
throws java.io.IOException
- Specified by:
execute
in interface Generator
- Throws:
java.io.IOException
processMojoDescriptor
protected void processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
org.codehaus.plexus.util.xml.XMLWriter w)
element
public void element(org.codehaus.plexus.util.xml.XMLWriter w,
java.lang.String name,
java.lang.String value)
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.