it.haefelinger.flaka
Class Export

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by it.haefelinger.flaka.Task
              extended by it.haefelinger.flaka.Export
All Implemented Interfaces:
Cloneable

public class Export
extends Task

Task to export a certain loc. The loc in question is getting retrieved by looking up the search class path. By default the result will be printed on stdout.

Since:
1.0
Author:
merzedes

Field Summary
 
Fields inherited from class it.haefelinger.flaka.Task
debug, el
 
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
Export()
           
 
Method Summary
 void execute()
           
 void setDest(String s)
           
 void setDst(String s)
           
 void setOut(String s)
           
 void setSrc(String s)
           
 void setTee(boolean b)
           
 
Methods inherited from class it.haefelinger.flaka.Task
debug, debug, error, error, getProperty, getref, info, log, setDebug, setEl, throwbx, throwbx, toFile, verbose, warn, warn
 
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, 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

Export

public Export()
Method Detail

setDst

public void setDst(String s)

setDest

public void setDest(String s)

setOut

public void setOut(String s)

setSrc

public void setSrc(String s)

setTee

public void setTee(boolean b)

execute

public void execute()
             throws BuildException
Overrides:
execute in class Task
Throws:
BuildException