Classes | Public Member Functions | Package Attributes

org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask Class Reference

Inherits org::apache::tools::ant::taskdefs::MatchingTask.

List of all members.

Classes

class  CastorSourceGenerator

Public Member Functions

 CastorSourceGenTask ()
void setFile (File file)
void setDir (File dir)
void addFileset (FileSet set)
void setPackage (String pack)
void setTodir (String dest)
void setLineseparator (String ls)
void setTypes (String tf)
void setVerbose (boolean b)
void setWarnings (boolean b)
void setNodesc (boolean b)
void setNomarshall (boolean b)
void setTestable (boolean b)
void setProperties (String properties)
void execute () throws BuildException

Package Attributes

SourceGenerator sgen

Detailed Description

An Ant task to call the Castor Source Generator. It can be passed a file, a directory, a Fileset or all three.

Author:
Joel Farquhar
Bruce Snyder

Constructor & Destructor Documentation

org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.CastorSourceGenTask (  ) 

Member Function Documentation

void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.addFileset ( FileSet  set  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.execute (  )  throws BuildException
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setDir ( File  dir  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setFile ( File  file  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setLineseparator ( String  ls  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setNodesc ( boolean  b  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setNomarshall ( boolean  b  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setPackage ( String  pack  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setProperties ( String  properties  ) 

Sets the file to use for castor builder properties

Parameters:
properties the properties to use
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setTestable ( boolean  b  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setTodir ( String  dest  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setTypes ( String  tf  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setVerbose ( boolean  b  ) 
void org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask.setWarnings ( boolean  b  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties