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

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

public class PluginXdocGenerator
extends Object
implements Generator


Constructor Summary
PluginXdocGenerator()
           
 
Method Summary
 void execute(File destinationDirectory, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
           
protected  void processMojoDescriptor(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor, File destinationDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginXdocGenerator

public PluginXdocGenerator()
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,
                                     File destinationDirectory)
                              throws IOException
Throws:
IOException


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