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

All Known Implementing Classes:
PluginDescriptorGenerator, PluginXdocGenerator

public interface Generator

Version:
$Id: Generator.java 169734 2005-05-12 00:06:54Z 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 © 2001-2009 Apache Software Foundation. All Rights Reserved.