it.haefelinger.flaka
Class Continue

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.Break
                  extended by it.haefelinger.flaka.Continue
All Implemented Interfaces:
Cloneable

public class Continue
extends Break

A task to throw a special build exception that continues a embracing for or while loop.

See continue for a detailed description of this task.

Since:
1.0
Author:
merzedes

Field Summary
protected static BuildException EXCEPTION
           
static String TOKEN
           
 
Fields inherited from class it.haefelinger.flaka.Break
ifp, test, unlessp
 
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
Continue()
           
 
Method Summary
protected  void fail()
           
 
Methods inherited from class it.haefelinger.flaka.Break
execute, setIf, setTest, setUnless
 
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
 

Field Detail

TOKEN

public static final String TOKEN
See Also:
Constant Field Values

EXCEPTION

protected static final BuildException EXCEPTION
Constructor Detail

Continue

public Continue()
Method Detail

fail

protected void fail()
Overrides:
fail in class Break