it.haefelinger.flaka
Class Exec

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

Deprecated.

public class Exec
extends ExecTask

A task to check whether a given binary is executable or not. Usage of this task is deprecated.

Since:
1.0
Author:
merzedes

Field Summary
protected  boolean failIfExecFails
          Deprecated.  
 
Fields inherited from class org.apache.tools.ant.taskdefs.ExecTask
cmdl, failOnError, newEnvironment, redirector, redirectorElement
 
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
Exec()
          Deprecated.  
 
Method Summary
protected  void maybeSetResultPropertyValue(int result)
          Deprecated.  
protected  void runExec(Execute exe)
          Deprecated.  
 void setFailIfExecutionFails(boolean flag)
          Deprecated.  
 
Methods inherited from class org.apache.tools.ant.taskdefs.ExecTask
addConfiguredRedirector, addEnv, checkConfiguration, createArg, createHandler, createWatchdog, execute, getResolveExecutable, isValidOs, logFlush, prepareExec, resolveExecutable, runExecute, setAppend, setCommand, setDir, setError, setErrorProperty, setExecutable, setFailonerror, setInput, setInputString, setLogError, setNewenvironment, setOs, setOsFamily, setOutput, setOutputproperty, setResolveExecutable, setResultProperty, setSearchPath, setSpawn, setTimeout, setTimeout, setupRedirector, setVMLauncher
 
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

failIfExecFails

protected boolean failIfExecFails
Deprecated. 
Constructor Detail

Exec

public Exec()
Deprecated. 
Method Detail

setFailIfExecutionFails

public void setFailIfExecutionFails(boolean flag)
Deprecated. 
Overrides:
setFailIfExecutionFails in class ExecTask

maybeSetResultPropertyValue

protected void maybeSetResultPropertyValue(int result)
Deprecated. 
Overrides:
maybeSetResultPropertyValue in class ExecTask

runExec

protected void runExec(Execute exe)
                throws BuildException
Deprecated. 
Overrides:
runExec in class ExecTask
Throws:
BuildException