|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
scriptella.tools.ant.EtlTaskBase
public class EtlTaskBase
Base class for Scriptella ETL Ant tasks.
| 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 | |
|---|---|
EtlTaskBase()
|
|
| Method Summary | |
|---|---|
protected java.util.Map<java.lang.String,?> |
getProperties()
Returns a map of properties to pass into Scriptella. |
boolean |
isDebug()
|
boolean |
isInheritAll()
Getter for inheritAll property. |
boolean |
isQuiet()
|
protected void |
resetLogging()
Resets JUL back to the original state. |
void |
setDebug(boolean debug)
|
void |
setInheritAll(boolean inheritAll)
Setter for inheritAll property. |
void |
setQuiet(boolean quiet)
|
protected void |
setupLogging()
Configures Scriptella JUL loggers to use Ant logging. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, execute, 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 |
|---|
public EtlTaskBase()
| Method Detail |
|---|
public void setInheritAll(boolean inheritAll)
inheritAll - if true pass all project properties to Scriptella. Default value if true.public boolean isInheritAll()
true.public boolean isDebug()
public void setDebug(boolean debug)
public boolean isQuiet()
public void setQuiet(boolean quiet)
protected java.util.Map<java.lang.String,?> getProperties()
If inheritAll property is true (the default),
the set of project properties is returned, otherwise only system properties are passed.
protected void setupLogging()
protected void resetLogging()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||