org.apache.maven.hibernate.jelly
Class SchemaExportTag

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

public class SchemaExportTag
extends SchemaTagBase

Jelly tag which delagates all calls to SchemaExportBean

Version:
$Id: SchemaExportTag.java 170200 2005-05-15 06:24:19Z brett $
Author:
Michal Maczka

Field Summary
 
Fields inherited from class org.apache.maven.hibernate.jelly.SchemaTagBase
bean
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
SchemaExportTag()
           
 
Method Summary
 String getDelimiter()
           
 String getOutputFile()
           
 boolean isDrop()
           
 void setDelimiter(String delimiter)
           
 void setDrop(boolean b)
           
 void setOutputFile(String string)
           
 
Methods inherited from class org.apache.maven.hibernate.jelly.SchemaTagBase
doTag, execute, getBasedir, getConfig, getExcludes, getIncludes, getProperties, getQuiet, getSchemaOutputFile, getText, setBasedir, setConfig, setExcludes, setIncludes, setProperties, setQuiet, setSchemaOutputFile, setText, 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

SchemaExportTag

public SchemaExportTag()
Method Detail

setDrop

public void setDrop(boolean b)

setOutputFile

public void setOutputFile(String string)

setDelimiter

public void setDelimiter(String delimiter)

isDrop

public boolean isDrop()

getOutputFile

public String getOutputFile()

getDelimiter

public String getDelimiter()


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