Class GenerateUpdateTriggersTask


  • public class GenerateUpdateTriggersTask
    extends org.apache.tools.ant.Task
    Author:
    Joe Carlson JWCarlson@lbl.gov
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      void setDestDir​(java.io.File theDestDir)
      Sets the destination directory for the SQL files.
      void setOsName​(java.lang.String theOsname)
      Sets the os alias.
      • 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

      • GenerateUpdateTriggersTask

        public GenerateUpdateTriggersTask()
    • Method Detail

      • setDestDir

        public final void setDestDir​(java.io.File theDestDir)
        Sets the destination directory for the SQL files.
        Parameters:
        theDestDir - the destination directory
      • setOsName

        public final void setOsName​(java.lang.String theOsname)
        Sets the os alias.
        Parameters:
        theOsname - the os alias
      • execute

        public final void execute()
        Overrides:
        execute in class org.apache.tools.ant.Task