Package | Description |
---|---|
org.apache.maven.plugin |
Code to cache and manage plugin execution.
|
org.apache.maven.werkz |
The
werkz goal-oriented process framework. |
Modifier and Type | Method and Description |
---|---|
Goal[] |
GoalToJellyScriptHousingMapper.getExecutionChain(java.lang.String name,
WerkzProject project) |
(package private) java.util.Set |
GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(java.lang.String goal)
Find the appropriate plugins that provide the give goal and its precursors.
|
Modifier and Type | Method and Description |
---|---|
void |
WerkzProject.attainGoal(java.lang.String name)
Attempt to attain the specified goal.
|
void |
WerkzProject.attainGoal(java.lang.String name,
Session session)
Attempt to attain the specified goal.
|
Goal[] |
WerkzProject.getExecutionChain(java.lang.String name)
Retrieve a valid execution chain to attain the specified goal.
|
void |
WerkzProject.percolateGoal(java.lang.String name)
Attempt to percolate the specified goal.
|
void |
WerkzProject.percolateGoal(java.lang.String name,
Session session)
Attempt to percolate the specified goal.
|
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.