|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.Java
org.jpox.enhancer.tools.EnhancerTask
public class EnhancerTask
Enhancer Ant Task.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.taskdefs.Java |
|---|
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 | |
|---|---|
EnhancerTask()
Default constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Execution method |
java.io.File |
getDir()
Gets the root dir for looking for files |
void |
setCheckonly(boolean checkonly)
Whether to just check the enhancement state |
void |
setDestination(java.io.File destdir)
set output dir |
void |
setDir(java.io.File dir)
Sets the root dir for looking for files |
void |
setJDOFileSuffixes(java.lang.String jdoFileSuffixes)
Set one or more file suffixes for the jdo metadata files. |
void |
setTypes(java.lang.String userTypesFile)
set user types file |
void |
setVerbose(boolean verbose)
set verbose |
void |
setVerify(boolean verify)
Whether to verify the enhancement state. |
| Methods inherited from class org.apache.tools.ant.taskdefs.Java |
|---|
addAssertions, addConfiguredRedirector, addEnv, addSysproperty, addSyspropertyset, checkConfiguration, clearArgs, createArg, createBootclasspath, createClasspath, createJvmarg, createPermissions, createWatchdog, executeJava, executeJava, getCommandLine, getSysProperties, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, maybeSetResultPropertyValue, run, setAppend, setArgs, setClassname, setClasspath, setClasspathRef, setCloneVm, setError, setErrorProperty, setFailonerror, setFork, setInput, setInputString, setJar, setJvm, setJvmargs, setJVMVersion, setLogError, setMaxmemory, setNewenvironment, setOutput, setOutputproperty, setResultProperty, setSpawn, setTimeout, setupRedirector |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, 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 |
| Constructor Detail |
|---|
public EnhancerTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.taskdefs.Javaorg.apache.tools.ant.BuildException - Thrown when an error occurs when processing the taskpublic void setVerify(boolean verify)
verify - Whether to verifypublic void setCheckonly(boolean checkonly)
checkonly - Whether to just checkpublic void setDestination(java.io.File destdir)
destdir - output dirpublic void setTypes(java.lang.String userTypesFile)
userTypesFile - user types filenamepublic void setDir(java.io.File dir)
setDir in class org.apache.tools.ant.taskdefs.Javadir - the root dirpublic java.io.File getDir()
public void setJDOFileSuffixes(java.lang.String jdoFileSuffixes)
jdoFileSuffixes - the suffixespublic void setVerbose(boolean verbose)
verbose - Whether to give verbose output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||