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