org.apache.maven.hibernate.jelly
Class AggregateMappingsTag

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

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


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

AggregateMappingsTag

public AggregateMappingsTag()
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

toString

public String toString()

setExcludes

public void setExcludes(String string)

setIncludes

public void setIncludes(String string)

getExcludes

public String getExcludes()

getIncludes

public String getIncludes()

getBasedir

public String getBasedir()

setBasedir

public void setBasedir(String string)

getAggregateOutputFile

public String getAggregateOutputFile()

setAggregateOutputFile

public void setAggregateOutputFile(String aggregateOutputFile)


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