|
||||||||||
| 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
scriptella.tools.ant.EtlTemplateTask
public class EtlTemplateTask
Task to emit ETL file templates.
| 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 | |
|---|---|
EtlTemplateTask()
|
|
| Method Summary | |
|---|---|
protected void |
create(TemplateManager tm,
java.util.Map<java.lang.String,?> properties)
Template method for testing purposes. |
void |
execute()
|
void |
setName(java.lang.String name)
Setter for name property. |
| 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 |
|---|
public EtlTemplateTask()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - template name.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
protected void create(TemplateManager tm,
java.util.Map<java.lang.String,?> properties)
throws java.io.IOException
tm - template manager.properties - properties.
java.io.IOException - if I/O error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||