it.haefelinger.flaka
Class Let

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.Let
All Implemented Interfaces:
Cloneable

public class Let
extends Task

Since:
1.0
Author:
merzedes

Field Summary
protected  TextReader tr
           
 
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
Let()
           
 
Method Summary
 void addText(String text)
           
 void execute()
           
protected  Pattern getPropRegex()
           
protected  int howto(String s)
           
protected  Pattern makeregex(String s)
           
 void setComment(String s)
           
 String toString()
           
 
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, wait, wait, wait
 

Field Detail

tr

protected TextReader tr
Constructor Detail

Let

public Let()
Method Detail

setComment

public void setComment(String s)

addText

public void addText(String text)

toString

public String toString()
Overrides:
toString in class Object

makeregex

protected Pattern makeregex(String s)

getPropRegex

protected Pattern getPropRegex()

howto

protected int howto(String s)

execute

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