| Package | Description |
|---|---|
| org.apache.maven.werkz |
The
werkz goal-oriented process framework. |
| Modifier and Type | Method and Description |
|---|---|
void |
Goal.attain(Session session)
Attempt to attain this
Goal. |
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.
|
(package private) void |
Goal.attainPrecursors(Session session)
Attempt to attain this
Goal's precursor Goals. |
void |
Goal.percolate(Session session)
Attempt to percolate this
Goal through to its Postcursors. |
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.
|
(package private) void |
Goal.percolatePostcursors(Session session)
Attempt to attain this
Goal's postcursor Goals. |
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.