it.haefelinger.flaka
Class Require

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

public class Require
extends Task

Since:
1.0
Author:
merzedes

Field Summary
protected  String arg
           
 
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
Require()
           
 
Method Summary
 void execute()
           
 void setAtLeast(String x)
          Set the minimum Ant version required.
 
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
 

Field Detail

arg

protected String arg
Constructor Detail

Require

public Require()
Method Detail

setAtLeast

public void setAtLeast(String x)
Set the minimum Ant version required.

Parameters:
x -

execute

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