com.dbdeploy
Class AntTarget

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.dbdeploy.AntTarget
All Implemented Interfaces:
Cloneable

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


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
AntTarget()
           
 
Method Summary
 void execute()
           
 void setChangeLogTableName(String changeLogTableName)
           
 void setDbms(String dbms)
           
 void setDelimiter(String delimiter)
           
 void setDelimitertype(DelimiterType delimiterType)
           
 void setDir(File dir)
           
 void setDriver(String driver)
           
 void setEncoding(String encoding)
           
 void setLastChangeToApply(Long lastChangeToApply)
           
 void setLineEnding(LineEnding lineEnding)
           
 void setOutputfile(File outputfile)
           
 void setPassword(String password)
           
 void setTemplatedir(File templateDirectory)
           
 void setUndoOutputfile(File undoOutputfile)
           
 void setUrl(String url)
           
 void setUserid(String userid)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTarget

public AntTarget()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

setDir

public void setDir(File dir)

setDriver

public void setDriver(String driver)

setUrl

public void setUrl(String url)

setPassword

public void setPassword(String password)

setUserid

public void setUserid(String userid)

setOutputfile

public void setOutputfile(File outputfile)

setDbms

public void setDbms(String dbms)

setLastChangeToApply

public void setLastChangeToApply(Long lastChangeToApply)

setUndoOutputfile

public void setUndoOutputfile(File undoOutputfile)

setChangeLogTableName

public void setChangeLogTableName(String changeLogTableName)

setDelimiter

public void setDelimiter(String delimiter)

setDelimitertype

public void setDelimitertype(DelimiterType delimiterType)

setTemplatedir

public void setTemplatedir(File templateDirectory)

setEncoding

public void setEncoding(String encoding)

setLineEnding

public void setLineEnding(LineEnding lineEnding)


Copyright © 2011. All Rights Reserved.