org.apache.maven.hibernate.jelly
Class SchemaTagBase

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

public abstract class SchemaTagBase
extends org.apache.commons.jelly.TagSupport

Base class for Jelly tags that uses Hibernate's Schema classes

Version:
$Id: SchemaTagBase.java 170200 2005-05-15 06:24:19Z brett $
Author:
Michal Maczka, Felipe Leme

Field Summary
protected  SchemaBeanBase bean
           
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
protected SchemaTagBase(SchemaBeanBase b)
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput arg0)
           
protected  void execute()
           
 String getBasedir()
           
 String getConfig()
           
 String getExcludes()
           
 String getIncludes()
           
 String getProperties()
           
 boolean getQuiet()
           
 String getSchemaOutputFile()
           
 boolean getText()
           
 void setBasedir(String string)
           
 void setConfig(String string)
           
 void setExcludes(String string)
           
 void setIncludes(String string)
           
 void setProperties(String string)
           
 void setQuiet(boolean b)
           
 void setSchemaOutputFile(String string)
           
 void setText(boolean b)
           
 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
 

Field Detail

bean

protected final SchemaBeanBase bean
Constructor Detail

SchemaTagBase

protected SchemaTagBase(SchemaBeanBase b)
Method Detail

execute

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

doTag

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

getText

public boolean getText()
Returns:

toString

public String toString()

getQuiet

public boolean getQuiet()
Returns:

setExcludes

public void setExcludes(String string)
Parameters:
string -

setIncludes

public void setIncludes(String string)
Parameters:
string -

getExcludes

public String getExcludes()
Returns:

setConfig

public void setConfig(String string)
Parameters:
string -

getIncludes

public String getIncludes()
Returns:

getBasedir

public String getBasedir()
Returns:

getProperties

public String getProperties()
Returns:

getConfig

public String getConfig()
Returns:

setText

public void setText(boolean b)
Parameters:
b -

setBasedir

public void setBasedir(String string)
Parameters:
string -

setQuiet

public void setQuiet(boolean b)
Parameters:
b -

setProperties

public void setProperties(String string)
Parameters:
string -

getSchemaOutputFile

public String getSchemaOutputFile()

setSchemaOutputFile

public void setSchemaOutputFile(String string)


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