|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MojoDescriptorExtractor
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
Plexus role for lookup |
| Method Summary | |
|---|---|
java.util.List |
execute(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Deprecated. Use execute(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5. |
java.util.List |
execute(PluginToolsRequest request)
Execute the mojo extraction. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
java.util.List execute(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
throws ExtractionException,
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
execute(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5.
ExtractionException - if any
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - if any
java.util.List execute(PluginToolsRequest request)
throws ExtractionException,
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
request - The PluginToolsRequest containing information for the extraction process.
ExtractionException - if any
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - if any
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||