public class MakeAbsolutePathTag extends BaseTagSupport
Constructor and Description |
---|
MakeAbsolutePathTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output) |
void |
setBasedir(java.io.File basedir)
Set the base directory.
|
void |
setPath(java.lang.String path)
Set the path.
|
void |
setVar(java.lang.String var)
Set the result variable.
|
checkAttribute, getMavenContext
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void setBasedir(java.io.File basedir)
basedir
- the base directory.public void setPath(java.lang.String path)
path
- the path.public void setVar(java.lang.String var)
var
- the result variable name.public void doTag(org.apache.commons.jelly.XMLOutput output) throws org.apache.commons.jelly.MissingAttributeException, org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.