Class PluginMetadata
java.lang.Object
org.apache.maven.tools.plugin.extractor.model.PluginMetadata
- All Implemented Interfaces:
- Serializable
Root element of a script-based mojo's plugin metadata bindings.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethod addMojo.Get the modelEncoding field.getMojos()Method getMojos.voidremoveMojo(Mojo mojo) Method removeMojo.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidSet the list of mojos contained in the accompanying script.
- 
Constructor Details- 
PluginMetadatapublic PluginMetadata()
 
- 
- 
Method Details- 
addMojoMethod addMojo.- Parameters:
- mojo- a mojo object.
 
- 
getModelEncodingGet the modelEncoding field.- Returns:
- String
 
- 
getMojosMethod getMojos.- Returns:
- List
 
- 
removeMojoMethod removeMojo.- Parameters:
- mojo- a mojo object.
 
- 
setModelEncodingSet the modelEncoding field.- Parameters:
- modelEncoding- a modelEncoding object.
 
- 
setMojosSet the list of mojos contained in the accompanying script.- Parameters:
- mojos- a mojos object.
 
 
-