org.apache.maven.tools.plugin.generator
Interface Generator
- All Known Implementing Classes:
- PluginDescriptorGenerator, PluginHelpGenerator, PluginXdocGenerator
public interface Generator
Generate something, for instance a plugin report, from a plugin descriptor.
- Version:
- $Id: Generator.java 638333 2008-03-18 11:39:14Z bentmann $
- Author:
- Jason van Zyl
Method Summary |
void |
execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Execute the generation for a given plugin descriptor. |
execute
void execute(java.io.File destinationDirectory,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
throws java.io.IOException
- Execute the generation for a given plugin descriptor.
- Parameters:
destinationDirectory
- requiredpluginDescriptor
- required
- Throws:
java.io.IOException
- if any
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.