Package | Description |
---|---|
org.apache.maven.jelly.tags.maven |
Various jelly tags provided by Maven to allow easier access its facilities.
|
org.apache.maven.jelly.tags.werkz |
Extensions to Werkz.
|
org.apache.maven.werkz |
The
werkz goal-oriented process framework. |
org.apache.maven.werkz.jelly |
Modifier and Type | Method and Description |
---|---|
void |
ListAddAction.performAction(Session session) |
void |
DummyAction.performAction(Session session) |
Modifier and Type | Method and Description |
---|---|
Session |
MavenAttainGoalTag.createSession()
Retrieve the
Session to use, if set. |
Modifier and Type | Method and Description |
---|---|
void |
MavenGoalTag.MavenGoalAction.performAction(Session session) |
(package private) void |
MavenGoalTag.runBodyTag(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
Goal.attain(Session session)
Attempt to attain this
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 Goal s. |
boolean |
Goal.isSatisfied(Session session)
Determine if this
Goal has been satisfied for the specified Session . |
void |
Goal.percolate(Session session)
Attempt to percolate this
Goal through to its Postcursors. |
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 Goal s. |
void |
Action.performAction(Session session)
Perform the action required to satisfy the
Goal . |
Modifier and Type | Class and Description |
---|---|
class |
JellySession |
Modifier and Type | Method and Description |
---|---|
Session |
AttainGoalTag.getSession()
Retrieve the
Session to use, if set. |
Session |
AttainTag.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
AttainGoalTag.setSession(Session session)
Set the
Session to use. |
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.