|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.maven.werkz.jelly.WerkzTagSupport
org.apache.maven.werkz.jelly.GoalTag
org.apache.maven.jelly.tags.werkz.MavenGoalTag
public class MavenGoalTag
Replacement for werkz's GoalTag which does not allow a goal
to be redefined once defined.
For Jelly scripts that are run which contain this tag it is assumed that
they are being run in the order whereby the first definition wins.
| Nested Class Summary | |
|---|---|
class |
MavenGoalTag.MavenGoalAction
|
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
MavenGoalTag()
Construct. |
|
| Method Summary | |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Define a goal. |
WerkzProject |
getProject()
|
(package private) void |
runBodyTag(Session session)
|
| Methods inherited from class org.apache.maven.werkz.jelly.GoalTag |
|---|
addPrereqs, getAction, getName, getPrereqs, setDescription, setName, setPrereqs |
| Methods inherited from class org.apache.maven.werkz.jelly.WerkzTagSupport |
|---|
getGoal |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MavenGoalTag()
| Method Detail |
|---|
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
doTag in interface org.apache.commons.jelly.TagdoTag in class GoalTagoutput - The output sink.
org.apache.commons.jelly.JellyTagException - If an error occurs while executing the tag.
void runBodyTag(Session session)
throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagExceptionpublic WerkzProject getProject()
getProject in class WerkzTagSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||