org.apache.maven.plugin.tools.model
Class PluginMetadata

java.lang.Object
  extended by org.apache.maven.plugin.tools.model.PluginMetadata
All Implemented Interfaces:
Serializable

public class PluginMetadata
extends Object
implements Serializable

Root element of a script-based mojo's plugin metadata bindings.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
PluginMetadata()
           
 
Method Summary
 void addMojo(Mojo mojo)
          Method addMojo
 String getModelEncoding()
           
 List getMojos()
          Method getMojos
 void removeMojo(Mojo mojo)
          Method removeMojo
 void setModelEncoding(String modelEncoding)
           
 void setMojos(List mojos)
          Set The list of mojos contained in the accompanying script.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginMetadata

public PluginMetadata()
Method Detail

addMojo

public void addMojo(Mojo mojo)
Method addMojo

Parameters:
mojo -

getMojos

public List getMojos()
Method getMojos


removeMojo

public void removeMojo(Mojo mojo)
Method removeMojo

Parameters:
mojo -

setMojos

public void setMojos(List mojos)
Set The list of mojos contained in the accompanying script.

Parameters:
mojos -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


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