public class EtlTaskBase
extends org.apache.tools.ant.Task
Constructor and Description |
---|
EtlTaskBase() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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()
Copyright © Copyright 2006-2019 The Scriptella Project Team.