public class AddPathTag extends BaseTagSupport
id and appends another
path (using refid) to it.| Constructor and Description |
|---|
AddPathTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Perform the tag processing.
|
java.lang.String |
getId()
Getter for the id property
|
java.lang.String |
getRefid()
Getter for the refid property
|
void |
setId(java.lang.String pathId)
Setter for the id property
|
void |
setRefid(java.lang.String pathToAppendId)
Setter for the refid property
|
checkAttribute, getMavenContextfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
id and append
the other path to it.output - used to write outputorg.apache.commons.jelly.JellyTagException - when anything goes wrong.public void setId(java.lang.String pathId)
pathId - the reference id of the path in the ant project that will be
appended topublic java.lang.String getId()
public void setRefid(java.lang.String pathToAppendId)
pathToAppendId - the reference id of the path in the ant project that will
be appendedpublic java.lang.String getRefid()
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.