scriptella.tools.ant
Class EtlExecuteTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by scriptella.tools.ant.EtlTaskBase
              extended by scriptella.tools.ant.EtlExecuteTask
All Implemented Interfaces:
java.lang.Cloneable

public class EtlExecuteTask
extends EtlTaskBase

Ant task for ETL scripts execution.

Version:
1.0
Author:
Fyodor Kupolov

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
EtlExecuteTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
           
 void execute()
           
 java.lang.String getMaxmemory()
           
 boolean isFork()
           
 boolean isNostat()
           
 void setFile(java.lang.String fileName)
           
 void setFork(boolean fork)
           
 void setMaxmemory(java.lang.String maxmemory)
           
 void setNostat(boolean nostat)
           
 
Methods inherited from class scriptella.tools.ant.EtlTaskBase
getProperties, isDebug, isInheritAll, isQuiet, resetLogging, setDebug, setInheritAll, setQuiet, setupLogging
 
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

EtlExecuteTask

public EtlExecuteTask()
Method Detail

isFork

public boolean isFork()

setFork

public void setFork(boolean fork)

isNostat

public boolean isNostat()

setNostat

public void setNostat(boolean nostat)

getMaxmemory

public java.lang.String getMaxmemory()
Returns:
Max amount of memory to allocate to the forked VM (ignored if fork is disabled)

setMaxmemory

public void setMaxmemory(java.lang.String maxmemory)

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)

setFile

public void setFile(java.lang.String fileName)
             throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

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


Copyright © Copyright 2006-2009 The Scriptella Project Team.