public class Db4oEnhancerAntTask extends Db4oFileEnhancerAntTask
| Constructor and Description |
|---|
Db4oEnhancerAntTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setCollections(boolean collections) |
void |
setNq(boolean nq) |
void |
setTa(boolean ta) |
add, addClasspath, addJars, addSources, setClassTargetDir, setJarTargetdir, setVerbosebindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setNq(boolean nq)
nq - true if native query optimization instrumentation should take place, false otherwisepublic void setTa(boolean ta)
ta - true if transparent activation/persistence instrumentation should take place, false otherwisepublic void setCollections(boolean collections)
collections - true if native collections should be instrumented for transparent activation/persistence, false otherwisepublic void execute()
execute in class Db4oFileEnhancerAntTask