Package | Description |
---|---|
org.apache.maven.jelly.tags.maven |
Various jelly tags provided by Maven to allow easier access its facilities.
|
org.apache.maven.plugin |
Code to cache and manage plugin execution.
|
org.apache.maven.werkz |
The
werkz goal-oriented process framework. |
org.apache.maven.werkz.jelly |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ProjectGoal
Overrides Goal to add some extra project information
|
Constructor and Description |
---|
ListAddAction(Goal goal,
java.util.List list) |
Modifier and Type | Method and Description |
---|---|
Goal[] |
GoalToJellyScriptHousingMapper.getExecutionChain(java.lang.String name,
WerkzProject project) |
Modifier and Type | Field and Description |
---|---|
static Goal[] |
Goal.EMPTY_ARRAY
Empty
Goal array. |
Modifier and Type | Method and Description |
---|---|
Goal |
WerkzProject.getDefaultGoal()
Retrieve the default goal.
|
Goal[] |
WerkzProject.getExecutionChain(java.lang.String name)
Retrieve a valid execution chain to attain the specified goal.
|
Goal |
NoActionDefinitionException.getGoal()
Retrieve the goal.
|
Goal |
WerkzProject.getGoal(java.lang.String name)
Retrieve a
Goal by name from this manager. |
Goal |
WerkzProject.getGoal(java.lang.String name,
boolean create)
Retrieve a
Goal by name from this manager. |
Goal |
CyclicGoalChainException.getInitialGoal()
Retrieve the
Goal which initiated the
dependency cycle check. |
Modifier and Type | Method and Description |
---|---|
void |
WerkzProject.addGoal(Goal goal)
Add a
Goal to this manager. |
void |
Goal.addPostcursor(Goal postcursor)
Add a postcursor
Goal to this Goal . |
void |
Goal.addPrecursor(Goal precursor)
Add a precursor
Goal to this Goal . |
(package private) void |
Session.addSatisfiedGoal(Goal goal)
Add a satisfied
Goal to this context. |
(package private) void |
Goal.checkForCycles(Goal initialGoal,
java.util.Set visited)
Perform a cyclic dependency check.
|
void |
PostActionCallback.firePostAction(Goal goal)
Fire the callback.
|
void |
Callback.firePostAction(Goal goal)
No-op post-action callback implementation.
|
void |
PostGoalCallback.firePostGoal(Goal goal)
Fire the callback.
|
void |
Callback.firePostGoal(Goal goal)
No-op post-goal callback implementation.
|
void |
PreActionCallback.firePreAction(Goal goal)
Fire the callback.
|
void |
Callback.firePreAction(Goal goal)
No-op pre-action callback implementation.
|
void |
PreGoalCallback.firePreGoal(Goal goal)
Fire the callback.
|
void |
Callback.firePreGoal(Goal goal)
No-op pre-goal callback implementation.
|
(package private) boolean |
Session.isGoalSatisfied(Goal goal)
Test a
Goal to determine if it has been
satisfied within this context. |
(package private) void |
Session.removeSatisfiedGoal(Goal goal)
Remove a satisfied
Goal from this context. |
Constructor and Description |
---|
CyclicGoalChainException(Goal initialGoal)
Constrct with an initiating goal.
|
NoActionDefinitionException(Goal goal)
Construct.
|
Modifier and Type | Method and Description |
---|---|
protected Goal |
WerkzTagSupport.getGoal(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
GoalTag.addPrereqs(Goal goal) |
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.