Uses of Class
org.apache.maven.plugin.tools.model.Component

Packages that use Component
org.apache.maven.plugin.tools.model   
 

Uses of Component in org.apache.maven.plugin.tools.model
 

Methods in org.apache.maven.plugin.tools.model that return types with arguments of type Component
 List<Component> Mojo.getComponents()
          Method getComponents.
 

Methods in org.apache.maven.plugin.tools.model with parameters of type Component
 void Mojo.addComponent(Component component)
          Method addComponent.
 void Mojo.removeComponent(Component component)
          Method removeComponent.
 

Method parameters in org.apache.maven.plugin.tools.model with type arguments of type Component
 void Mojo.setComponents(List<Component> components)
          Set list of plexus components required by this mojo.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.