org.openejb.deployment.ant
Class DDLExporterTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.openejb.deployment.ant.DDLExporterTask

public class DDLExporterTask
extends org.apache.tools.ant.Task

Version:
$Revision: 445810 $ $Date: 2005-11-25 00:12:03 +0100 (Fri, 25 Nov 2005) $

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
DDLExporterTask()
           
 
Method Summary
 org.apache.tools.ant.types.Path createClasspath()
           
 void execute()
           
 String getDdlCommandBuilder()
           
 File getOutput()
           
 String getType()
           
 void setClasspath(org.apache.tools.ant.types.Path classpath)
           
 void setDdlCommandBuilder(String ddlCommandBuilder)
           
 void setEjbJar(EjbJarLocation ejbJarLocation)
           
 void setOpenejbJar(OpenejbJarLocation openejbJarLocation)
           
 void setOutput(File output)
           
 void setType(String type)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLExporterTask

public DDLExporterTask()
Method Detail

setClasspath

public void setClasspath(org.apache.tools.ant.types.Path classpath)

createClasspath

public org.apache.tools.ant.types.Path createClasspath()

setEjbJar

public void setEjbJar(EjbJarLocation ejbJarLocation)

setOpenejbJar

public void setOpenejbJar(OpenejbJarLocation openejbJarLocation)

getOutput

public File getOutput()

setOutput

public void setOutput(File output)

getDdlCommandBuilder

public String getDdlCommandBuilder()

setDdlCommandBuilder

public void setDdlCommandBuilder(String ddlCommandBuilder)

getType

public String getType()

setType

public void setType(String type)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.