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 | Class and Description |
---|---|
(package private) class |
DummyAction
"Do nothing" action
|
(package private) class |
ListAddAction
Simple action that adds the goal to a list when it is invoked
|
Modifier and Type | Class and Description |
---|---|
class |
MavenGoalTag.MavenGoalAction |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAction
Abstract convenience
Action implementation. |
Modifier and Type | Method and Description |
---|---|
Action |
Goal.getAction()
Retrieve the
Action of this Goal . |
Modifier and Type | Method and Description |
---|---|
void |
Goal.setAction(Action action)
Set the
Action of this Goal . |
Constructor and Description |
---|
Goal(java.lang.String name,
Action action)
Construct a new
Goal with the specified name and Action . |
Modifier and Type | Method and Description |
---|---|
protected Action |
GoalTag.getAction()
Subclasses can override this template method to provide a
custom
Action implementation. |
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.