relaxngcc.maven
Class ChildAntProjectTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by relaxngcc.maven.ChildAntProjectTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class ChildAntProjectTag
extends org.apache.commons.jelly.TagSupport

Creates a new Ant project with a different base directory.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Constructor Summary
ChildAntProjectTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput output)
           
 void setBase(java.io.File f)
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildAntProjectTag

public ChildAntProjectTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput output)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException

setBase

public void setBase(java.io.File f)