|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.lifecycle.statemgmt.StateManagementUtils
public final class StateManagementUtils
Constructs and matches MojoBinding instances that refer to the forked-execution context manager mojos.
| Field Summary | |
|---|---|
static java.lang.String |
ARTIFACT_ID
|
static java.lang.String |
CLEAR_FORKED_EXECUTION_GOAL
|
static java.lang.String |
END_FORKED_EXECUTION_GOAL
|
static java.lang.String |
GROUP_ID
|
static java.lang.String |
RESOLVE_LATE_BOUND_PLUGIN_GOAL
|
static java.lang.String |
START_FORKED_EXECUTION_GOAL
|
static java.lang.String |
VERSION
|
| Method Summary | |
|---|---|
static MojoBinding |
createClearForkedExecutionMojoBinding()
Create a new MojoBinding instance that refers to the internal mojo used to cleanup a completed forked-execution context. |
static MojoBinding |
createEndForkedExecutionMojoBinding()
Create a new MojoBinding instance that refers to the internal mojo used to end a forked-execution context. |
static MojoBinding |
createResolveLateBoundMojoBinding(MojoBinding lateBound)
Create a new MojoBinding instance that refers to the internal mojo used to resolve a late-bound plugin just before it is to be used. |
static MojoBinding |
createStartForkedExecutionMojoBinding()
Create a new MojoBinding instance that refers to the internal mojo used to setup a new forked-execution context. |
static boolean |
isForkedExecutionClearMarker(MojoBinding binding)
Return true if the specified MojoBinding refers to the internal mojo used to clean up a completed forked-execution context. |
static boolean |
isForkedExecutionEndMarker(MojoBinding binding)
Return true if the specified MojoBinding refers to the internal mojo used to end a forked-execution context. |
static boolean |
isForkedExecutionStartMarker(MojoBinding binding)
Return true if the specified MojoBinding refers to the internal mojo used to setup a new forked-execution context. |
static boolean |
isResolveLateBoundMojoBinding(MojoBinding binding)
Return true if the specified MojoBinding refers to the internal mojo used to resolve a late-bound mojo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GROUP_ID
public static final java.lang.String ARTIFACT_ID
public static final java.lang.String END_FORKED_EXECUTION_GOAL
public static final java.lang.String START_FORKED_EXECUTION_GOAL
public static final java.lang.String VERSION
public static final java.lang.String CLEAR_FORKED_EXECUTION_GOAL
public static final java.lang.String RESOLVE_LATE_BOUND_PLUGIN_GOAL
| Method Detail |
|---|
public static MojoBinding createStartForkedExecutionMojoBinding()
public static MojoBinding createEndForkedExecutionMojoBinding()
public static MojoBinding createClearForkedExecutionMojoBinding()
public static boolean isForkedExecutionStartMarker(MojoBinding binding)
public static boolean isForkedExecutionEndMarker(MojoBinding binding)
public static boolean isForkedExecutionClearMarker(MojoBinding binding)
public static MojoBinding createResolveLateBoundMojoBinding(MojoBinding lateBound)
public static boolean isResolveLateBoundMojoBinding(MojoBinding binding)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||