public class AttainGoalTag extends WerkzTagSupport
| Constructor and Description |
|---|
AttainGoalTag()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Evaluate the body to register all the various goals and pre/post conditions
then run all the current targets
|
java.lang.String |
getName() |
Session |
getSession()
Retrieve the
Session to use, if set. |
void |
setName(java.lang.String name) |
void |
setSession(Session session)
Set the
Session to use. |
getGoal, getProjectfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void setSession(Session session)
Session to use.session - The session.public Session getSession()
Session to use, if set.public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagExceptionpublic void setName(java.lang.String name)
public java.lang.String getName()
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.