|
|||||||||
| 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
org.intermine.task.DynamicAttributeTask
org.intermine.task.ConverterTask
org.intermine.task.FileConverterTask
public class FileConverterTask
Initiates retrieval and conversion of data from a source file.
| Field Summary | |
|---|---|
protected java.lang.String |
clsName
|
protected org.apache.tools.ant.types.FileSet |
fileSet
|
protected static org.apache.log4j.Logger |
LOG
|
| 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 |
| Constructor Summary | |
|---|---|
FileConverterTask()
|
|
| Method Summary | |
|---|---|
void |
addFileSet(org.apache.tools.ant.types.FileSet fileSet)
Set the data fileset |
void |
execute()
Run the task |
void |
setClsName(java.lang.String clsName)
Set the source specific subclass of FileConverter to run |
| Methods inherited from class org.intermine.task.ConverterTask |
|---|
doSQL, getExcludeList, getModelName, getOsName, setExcludeList, setModelName, setOsName |
| Methods inherited from class org.intermine.task.DynamicAttributeTask |
|---|
configureDynamicAttributes |
| 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 |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger LOG
protected org.apache.tools.ant.types.FileSet fileSet
protected java.lang.String clsName
| Constructor Detail |
|---|
public FileConverterTask()
| Method Detail |
|---|
public void setClsName(java.lang.String clsName)
clsName - name of converter class to runpublic void addFileSet(org.apache.tools.ant.types.FileSet fileSet)
fileSet - the filesetpublic void execute()
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - if a problem occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||