org.apache.maven.tools.plugin.generator
Class PluginDescriptorGenerator

java.lang.Object
  extended by org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator
All Implemented Interfaces:
Generator

public class PluginDescriptorGenerator
extends Object
implements Generator


Constructor Summary
PluginDescriptorGenerator()
           
 
Method Summary
 void element(org.codehaus.plexus.util.xml.XMLWriter w, String name, String value)
           
 void execute(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
 

Constructor Detail

PluginDescriptorGenerator

public PluginDescriptorGenerator()
Method Detail

execute

public void execute(File destinationDirectory,
                    org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
             throws IOException
Specified by:
execute in interface Generator
Throws:
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,
                    String name,
                    String value)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.