|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
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 |
Uses of Action in org.apache.maven.jelly.tags.maven |
---|
Classes in org.apache.maven.jelly.tags.maven that implement Action | |
---|---|
(package private) class |
DummyAction
"Do nothing" action |
(package private) class |
ListAddAction
Simple action that adds the goal to a list when it is invoked |
Uses of Action in org.apache.maven.jelly.tags.werkz |
---|
Classes in org.apache.maven.jelly.tags.werkz that implement Action | |
---|---|
class |
MavenGoalTag.MavenGoalAction
|
Uses of Action in org.apache.maven.werkz |
---|
Classes in org.apache.maven.werkz that implement Action | |
---|---|
class |
DefaultAction
Abstract convenience Action implementation. |
Methods in org.apache.maven.werkz that return Action | |
---|---|
Action |
Goal.getAction()
Retrieve the Action of this Goal . |
Methods in org.apache.maven.werkz with parameters of type Action | |
---|---|
void |
Goal.setAction(Action action)
Set the Action of this Goal . |
Constructors in org.apache.maven.werkz with parameters of type Action | |
---|---|
Goal(java.lang.String name,
Action action)
Construct a new Goal with the specified name and Action . |
Uses of Action in org.apache.maven.werkz.jelly |
---|
Methods in org.apache.maven.werkz.jelly that return Action | |
---|---|
protected Action |
GoalTag.getAction()
Subclasses can override this template method to provide a custom Action implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |