Interface Generator
- All Known Implementing Classes:
PluginDescriptorFilesGenerator
,PluginXdocGenerator
public interface Generator
Generate something, for instance a plugin report, from a plugin descriptor.
- Author:
- Jason van Zyl
-
Method Summary
-
Method Details
-
execute
void execute(File destinationDirectory, org.apache.maven.tools.plugin.PluginToolsRequest request) throws GeneratorException Execute the generation for a given plugin descriptor.- Parameters:
destinationDirectory
- requiredrequest
- required- Throws:
GeneratorException
- if any- Since:
- 2.5
-