com.dbdeploy
Class CreateChangeScriptTarget

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

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

Ant task that will create a new dbdeploy change script with a timestamp and specified file name.

Author:
jbogan

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
CreateChangeScriptTarget()
           
 
Method Summary
 void execute()
           
 void setDir(File dir)
           
 void setName(String name)
           
 
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

CreateChangeScriptTarget

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

setName

public void setName(String name)

setDir

public void setDir(File dir)


Copyright © 2011. All Rights Reserved.