|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugins.help.HelpUtil
public class HelpUtil
Utility methods to play with Help Mojos.
| Method Summary | |
|---|---|
protected static MojoDescriptor |
getMojoDescriptor(String task,
MavenSession session,
MavenProject project,
String invokedVia,
boolean canUsePrefix,
boolean isOptionalMojo)
Invoke the following private method
DefaultLifecycleExecutor#getMojoDescriptor(String, MavenSession, MavenProject, String, boolean, boolean) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static MojoDescriptor getMojoDescriptor(String task,
MavenSession session,
MavenProject project,
String invokedVia,
boolean canUsePrefix,
boolean isOptionalMojo)
throws MojoFailureException,
MojoExecutionException
DefaultLifecycleExecutor#getMojoDescriptor(String, MavenSession, MavenProject, String, boolean, boolean)
task - not nullsession - not nullproject - not nullinvokedVia - not nullcanUsePrefix - not nullisOptionalMojo - not null
MojoFailureException - if can not invoke the method.
MojoExecutionException - if no descriptor was found for task.DefaultLifecycleExecutor.getMojoDescriptor(String, MavenSession, MavenProject, String, boolean, boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||