org.apache.maven.tools.plugin.generator

Class PluginDescriptorGenerator

public class PluginDescriptorGenerator extends Object implements Generator

UNKNOWN: add example usage tag that can be shown in the doco need to add validation directives so that systems embedding maven2 can get validation directives to help users in IDEs.

Method Summary
voidelement(XMLWriter w, String name, String value)
voidexecute(File destinationDirectory, PluginDescriptor pluginDescriptor)
protected voidprocessMojoDescriptor(MojoDescriptor mojoDescriptor, XMLWriter w)

Method Detail

element

public void element(XMLWriter w, String name, String value)

execute

public void execute(File destinationDirectory, PluginDescriptor pluginDescriptor)

processMojoDescriptor

protected void processMojoDescriptor(MojoDescriptor mojoDescriptor, XMLWriter w)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.