|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||