it.haefelinger.flaka
Class InstCompH
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
it.haefelinger.flaka.Task
it.haefelinger.flaka.InstCompH
- All Implemented Interfaces:
- Cloneable
Deprecated.
public class InstCompH
- extends Task
A simple task which installs or deinstalls a specialized * ComponentHelper.
This specialized version is supposed to get * rid of some anoying log
messages. Installation may fail if * your Ant does not support all required
methods. * *
- Since:
- 1.0
- Author:
- merzedes
|
Field Summary |
protected boolean |
fail
Deprecated. |
protected boolean |
install
Deprecated. |
| Fields inherited from class it.haefelinger.flaka.Task |
debug, el |
| 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 |
install
protected boolean install
- Deprecated.
fail
protected boolean fail
- Deprecated.
InstCompH
public InstCompH()
- Deprecated.
setInstall
public void setInstall(boolean b)
- Deprecated.
setUnInstall
public void setUnInstall(boolean b)
- Deprecated.
setFail
public void setFail(boolean b)
- Deprecated.
warnordie
protected void warnordie(String msg)
throws BuildException
- Deprecated.
- Throws:
BuildException
execute
public void execute()
throws BuildException
- Deprecated.
- Overrides:
execute in class Task
- Throws:
BuildException