public class Db4oFileEnhancerAntTask
extends org.apache.tools.ant.Task
BloatClassEdit| Constructor and Description |
|---|
Db4oFileEnhancerAntTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AntClassEditFactory editFactory) |
void |
addClasspath(org.apache.tools.ant.types.Path path) |
void |
addJars(org.apache.tools.ant.types.FileSet fileSet) |
void |
addSources(org.apache.tools.ant.types.FileSet fileSet) |
void |
execute() |
void |
setClassTargetDir(java.io.File targetDir) |
void |
setJarTargetdir(java.io.File targetDir) |
void |
setVerbose(boolean verbose) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void add(AntClassEditFactory editFactory)
public void addSources(org.apache.tools.ant.types.FileSet fileSet)
public void addJars(org.apache.tools.ant.types.FileSet fileSet)
public void setClassTargetDir(java.io.File targetDir)
public void setJarTargetdir(java.io.File targetDir)
public void setVerbose(boolean verbose)
public void addClasspath(org.apache.tools.ant.types.Path path)
public void execute()
execute in class org.apache.tools.ant.Task