org.apache.maven.tools.plugin.generator
Interface Generator

All Known Implementing Classes:
PluginDescriptorGenerator, PluginXdocGenerator

public interface Generator

Version:
$Id: Generator.java 489838 2006-12-23 02:42:28Z brett $
Author:
Jason van Zyl

Method Summary
 void execute(java.io.File destinationDirectory, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
           
 

Method Detail

execute

void execute(java.io.File destinationDirectory,
             org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
             throws java.io.IOException
Throws:
java.io.IOException


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