Package com.sun.tools.ws.ant
Class Apt
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.sun.tools.ws.ant.Apt
- All Implemented Interfaces:
Cloneable
Deprecated.
Reincarnation of old APT task
The task has the same API as old one, with only difference that it isn't possible to set additional annotation factories
Ant task which will process JAX-WS annotations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.tools.ant.types.PathDeprecated.-bootclasspath option: override location of bootstrap class filesprotected org.apache.tools.ant.types.PathDeprecated.-classpath optionprotected booleanDeprecated.-g option: debugging infoprotected StringDeprecated.debug levelprotected booleanDeprecated.-deprecation option: output source locations where deprecated APIs are usedprotected StringDeprecated.-encoding option: character encoding used by the source filesprotected StringDeprecated.-endorseddirs option: override location of endorsed standards pathprotected StringDeprecated.-extdirs option: override location of installed extensionsprotected booleanDeprecated.-fork option:protected List<Apt.Jvmarg>Deprecated.-J<flag> option: Pass <flag> directly to the runtimeprotected booleanDeprecated.-nowarn option: generate no warningsprotected List<Apt.Option>Deprecated.-A optionprotected List<org.apache.tools.ant.types.FileSet>Deprecated.protected org.apache.tools.ant.types.PathDeprecated.-sourcepath option: Specify where to find input source filesprotected StringDeprecated.-target option: generate class files for specific VM versionprotected booleanDeprecated.-verbose option: output messages about what the compiler is doingFields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguredSource(org.apache.tools.ant.types.FileSet fileset) Deprecated.org.apache.tools.ant.types.PathDeprecated.Creates a nested classpath element.Deprecated.Deprecated.voidexecute()Deprecated.Called by the project to let the task do it's work *org.apache.tools.ant.types.PathDeprecated.org.apache.tools.ant.types.PathDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.org.apache.tools.ant.types.PathDeprecated.Deprecated.booleanisDebug()Deprecated.booleanDeprecated.booleanisFork()Deprecated.booleanDeprecated.booleanisNowarn()Deprecated.booleanisPrint()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetBootclasspath(org.apache.tools.ant.types.Path bootclassPath) Deprecated.voidsetClasspath(org.apache.tools.ant.types.Path classpath) Deprecated.voidsetClasspathRef(org.apache.tools.ant.types.Reference r) Deprecated.Adds a reference to a CLASSPATH defined elsewhere.voidsetDebug(boolean debug) Deprecated.voidsetDebuglevel(String debugLevel) Deprecated.voidsetDeprecation(boolean deprecation) Deprecated.voidsetDestdir(File base) Deprecated.voidsetEncoding(String encoding) Deprecated.voidsetEndorseddirs(String endorseddirs) Deprecated.voidsetExtdirs(String extdirs) Deprecated.voidsetFork(boolean fork) Deprecated.voidsetNocompile(boolean noCompile) Deprecated.voidsetNowarn(boolean nowarn) Deprecated.voidsetPrint(boolean print) Deprecated.voidsetSourcedestdir(File sourceBase) Deprecated.voidsetSourcepath(org.apache.tools.ant.types.Path sourcePath) Deprecated.voidDeprecated.voidsetVerbose(boolean verbose) Deprecated.voidsetXprintaptrounds(boolean xPrintAptRounds) Deprecated.voidsetXprintfactoryinfo(boolean xPrintFactoryInfo) Deprecated.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, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Field Details
-
compileClasspath
protected org.apache.tools.ant.types.Path compileClasspathDeprecated.-classpath option -
options
Deprecated.-A option -
jvmargs
Deprecated.-J<flag> option: Pass <flag> directly to the runtime -
debug
protected boolean debugDeprecated.-g option: debugging info -
debugLevel
Deprecated.debug level -
nowarn
protected boolean nowarnDeprecated.-nowarn option: generate no warnings -
deprecation
protected boolean deprecationDeprecated.-deprecation option: output source locations where deprecated APIs are used -
bootclassPath
protected org.apache.tools.ant.types.Path bootclassPathDeprecated.-bootclasspath option: override location of bootstrap class files -
extdirs
Deprecated.-extdirs option: override location of installed extensions -
endorseddirs
Deprecated.-endorseddirs option: override location of endorsed standards path -
verbose
protected boolean verboseDeprecated.-verbose option: output messages about what the compiler is doing -
sourcePath
protected org.apache.tools.ant.types.Path sourcePathDeprecated.-sourcepath option: Specify where to find input source files -
encoding
Deprecated.-encoding option: character encoding used by the source files -
targetVM
Deprecated.-target option: generate class files for specific VM version -
fork
protected boolean forkDeprecated.-fork option: -
sourceFileset
Deprecated.
-
-
Constructor Details
-
Apt
public Apt()Deprecated.
-
-
Method Details
-
getClasspath
public org.apache.tools.ant.types.Path getClasspath()Deprecated. -
setClasspath
public void setClasspath(org.apache.tools.ant.types.Path classpath) Deprecated. -
createClasspath
public org.apache.tools.ant.types.Path createClasspath()Deprecated.Creates a nested classpath element.- Returns:
-
setClasspathRef
public void setClasspathRef(org.apache.tools.ant.types.Reference r) Deprecated.Adds a reference to a CLASSPATH defined elsewhere.- Parameters:
r-
-
getDestdir
Deprecated. -
setDestdir
Deprecated. -
setSourcedestdir
Deprecated. -
getSourcedestdir
Deprecated. -
getOptions
Deprecated. -
createOption
Deprecated. -
getJvmargs
Deprecated. -
createJvmarg
Deprecated. -
isNocompile
public boolean isNocompile()Deprecated. -
setNocompile
public void setNocompile(boolean noCompile) Deprecated. -
isPrint
public boolean isPrint()Deprecated. -
setPrint
public void setPrint(boolean print) Deprecated. -
isXprintaptrounds
public boolean isXprintaptrounds()Deprecated. -
setXprintaptrounds
public void setXprintaptrounds(boolean xPrintAptRounds) Deprecated. -
isXprintfactoryinfo
public boolean isXprintfactoryinfo()Deprecated. -
setXprintfactoryinfo
public void setXprintfactoryinfo(boolean xPrintFactoryInfo) Deprecated. -
isDebug
public boolean isDebug()Deprecated. -
setDebug
public void setDebug(boolean debug) Deprecated. -
getDebuglevel
Deprecated. -
setDebuglevel
Deprecated. -
isNowarn
public boolean isNowarn()Deprecated. -
setNowarn
public void setNowarn(boolean nowarn) Deprecated. -
isDeprecation
public boolean isDeprecation()Deprecated. -
setDeprecation
public void setDeprecation(boolean deprecation) Deprecated. -
getBootclasspath
public org.apache.tools.ant.types.Path getBootclasspath()Deprecated. -
setBootclasspath
public void setBootclasspath(org.apache.tools.ant.types.Path bootclassPath) Deprecated. -
getExtdirs
Deprecated. -
setExtdirs
Deprecated. -
getEndorseddirs
Deprecated. -
setEndorseddirs
Deprecated. -
isVerbose
public boolean isVerbose()Deprecated. -
setVerbose
public void setVerbose(boolean verbose) Deprecated. -
getSourcepath
public org.apache.tools.ant.types.Path getSourcepath()Deprecated. -
setSourcepath
public void setSourcepath(org.apache.tools.ant.types.Path sourcePath) Deprecated. -
getEncoding
Deprecated. -
setEncoding
Deprecated. -
getTarget
Deprecated. -
setTarget
Deprecated. -
isFork
public boolean isFork()Deprecated. -
setFork
public void setFork(boolean fork) Deprecated. -
addConfiguredSource
public void addConfiguredSource(org.apache.tools.ant.types.FileSet fileset) Deprecated. -
execute
public void execute() throws org.apache.tools.ant.BuildExceptionDeprecated.Called by the project to let the task do it's work *- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-