org.apache.maven.hibernate.jelly
Class CodeGenerationTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.maven.hibernate.jelly.CodeGenerationTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

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

Version:
$Id$
Author:
Paul Kearney

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
CodeGenerationTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput arg0)
           
protected  void execute()
           
 String getBasedir()
           
 String getExcludes()
           
 String getIncludes()
           
 String getOutputdir()
           
 void setBasedir(String string)
           
 void setExcludes(String string)
           
 void setIncludes(String string)
           
 void setOutputdir(String dir)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

CodeGenerationTag

public CodeGenerationTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput arg0)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException
See Also:
Tag.doTag(org.apache.commons.jelly.XMLOutput)

execute

protected void execute()
                throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException

getBasedir

public String getBasedir()

getExcludes

public String getExcludes()

getIncludes

public String getIncludes()

getOutputdir

public String getOutputdir()

setBasedir

public void setBasedir(String string)

setExcludes

public void setExcludes(String string)

setIncludes

public void setIncludes(String string)

setOutputdir

public void setOutputdir(String dir)

toString

public String toString()


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.