| Package | Description |
|---|---|
| org.apache.maven.tools.plugin.extractor.model | |
| org.apache.maven.tools.plugin.extractor.model.io.xpp3 |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Component> |
Mojo.components
Field components.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Component> |
Mojo.getComponents()
Method getComponents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mojo.addComponent(Component component)
Method addComponent.
|
void |
Mojo.removeComponent(Component component)
Method removeComponent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mojo.setComponents(java.util.List<Component> components)
Set list of plexus components required by this mojo.
|
| Modifier and Type | Method and Description |
|---|---|
private Component |
PluginMetadataXpp3Reader.parseComponent(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseComponent.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
PluginMetadataXpp3Writer.writeComponent(Component component,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeComponent.
|