|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask
com.sun.tools.ws.ant.Apt
@Deprecated public class Apt
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 | |
|---|---|
static class |
Apt.Jvmarg
Deprecated. |
static class |
Apt.Option
Deprecated. |
| Field Summary | |
|---|---|
protected Path |
bootclassPath
Deprecated. -bootclasspath option: override location of bootstrap class files |
protected Path |
compileClasspath
Deprecated. -classpath option |
protected boolean |
debug
Deprecated. -g option: debugging info |
protected java.lang.String |
debugLevel
Deprecated. debug level |
protected boolean |
deprecation
Deprecated. -deprecation option: output source locations where deprecated APIs are used |
protected java.lang.String |
encoding
Deprecated. -encoding option: character encoding used by the source files |
protected java.lang.String |
endorseddirs
Deprecated. -endorseddirs option: override location of endorsed standards path |
protected java.lang.String |
extdirs
Deprecated. -extdirs option: override location of installed extensions |
protected boolean |
fork
Deprecated. -fork option: |
protected java.util.List<Apt.Jvmarg> |
jvmargs
Deprecated. -J |
protected boolean |
nowarn
Deprecated. -nowarn option: generate no warnings |
protected java.util.List<Apt.Option> |
options
Deprecated. -A option |
protected java.util.List<FileSet> |
sourceFileset
Deprecated. |
protected Path |
sourcePath
Deprecated. -sourcepath option: Specify where to find input source files |
protected java.lang.String |
targetVM
Deprecated. -target option: generate class files for specific VM version |
protected boolean |
verbose
Deprecated. -verbose option: output messages about what the compiler is doing |
| Constructor Summary | |
|---|---|
Apt()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addConfiguredSource(FileSet fileset)
Deprecated. |
Path |
createClasspath()
Deprecated. Creates a nested classpath element. |
Apt.Jvmarg |
createJvmarg()
Deprecated. |
Apt.Option |
createOption()
Deprecated. |
void |
execute()
Deprecated. Called by the project to let the task do it's work * |
Path |
getBootclasspath()
Deprecated. |
Path |
getClasspath()
Deprecated. |
java.lang.String |
getDebuglevel()
Deprecated. |
java.io.File |
getDestdir()
Deprecated. |
java.lang.String |
getEncoding()
Deprecated. |
java.lang.String |
getEndorseddirs()
Deprecated. |
java.lang.String |
getExtdirs()
Deprecated. |
java.util.List<Apt.Jvmarg> |
getJvmargs()
Deprecated. |
java.util.List<Apt.Option> |
getOptions()
Deprecated. |
java.io.File |
getSourcedestdir()
Deprecated. |
Path |
getSourcepath()
Deprecated. |
java.lang.String |
getTarget()
Deprecated. |
boolean |
isDebug()
Deprecated. |
boolean |
isDeprecation()
Deprecated. |
boolean |
isFork()
Deprecated. |
boolean |
isNocompile()
Deprecated. |
boolean |
isNowarn()
Deprecated. |
boolean |
isPrint()
Deprecated. |
boolean |
isVerbose()
Deprecated. |
boolean |
isXprintaptrounds()
Deprecated. |
boolean |
isXprintfactoryinfo()
Deprecated. |
void |
setBootclasspath(Path bootclassPath)
Deprecated. |
void |
setClasspath(Path classpath)
Deprecated. |
void |
setClasspathRef(Reference r)
Deprecated. Adds a reference to a CLASSPATH defined elsewhere. |
void |
setDebug(boolean debug)
Deprecated. |
void |
setDebuglevel(java.lang.String debugLevel)
Deprecated. |
void |
setDeprecation(boolean deprecation)
Deprecated. |
void |
setDestdir(java.io.File base)
Deprecated. |
void |
setEncoding(java.lang.String encoding)
Deprecated. |
void |
setEndorseddirs(java.lang.String endorseddirs)
Deprecated. |
void |
setExtdirs(java.lang.String extdirs)
Deprecated. |
void |
setFork(boolean fork)
Deprecated. |
void |
setNocompile(boolean noCompile)
Deprecated. |
void |
setNowarn(boolean nowarn)
Deprecated. |
void |
setPrint(boolean print)
Deprecated. |
void |
setSourcedestdir(java.io.File sourceBase)
Deprecated. |
void |
setSourcepath(Path sourcePath)
Deprecated. |
void |
setTarget(java.lang.String target)
Deprecated. |
void |
setVerbose(boolean verbose)
Deprecated. |
void |
setXprintaptrounds(boolean xPrintAptRounds)
Deprecated. |
void |
setXprintfactoryinfo(boolean xPrintFactoryInfo)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Path compileClasspath
protected java.util.List<Apt.Option> options
protected java.util.List<Apt.Jvmarg> jvmargs
protected boolean debug
protected java.lang.String debugLevel
protected boolean nowarn
protected boolean deprecation
protected Path bootclassPath
protected java.lang.String extdirs
protected java.lang.String endorseddirs
protected boolean verbose
protected Path sourcePath
protected java.lang.String encoding
protected java.lang.String targetVM
protected boolean fork
protected java.util.List<FileSet> sourceFileset
| Constructor Detail |
|---|
public Apt()
| Method Detail |
|---|
public Path getClasspath()
public void setClasspath(Path classpath)
public Path createClasspath()
public void setClasspathRef(Reference r)
public java.io.File getDestdir()
public void setDestdir(java.io.File base)
public void setSourcedestdir(java.io.File sourceBase)
public java.io.File getSourcedestdir()
public java.util.List<Apt.Option> getOptions()
public Apt.Option createOption()
public java.util.List<Apt.Jvmarg> getJvmargs()
public Apt.Jvmarg createJvmarg()
public boolean isNocompile()
public void setNocompile(boolean noCompile)
public boolean isPrint()
public void setPrint(boolean print)
public boolean isXprintaptrounds()
public void setXprintaptrounds(boolean xPrintAptRounds)
public boolean isXprintfactoryinfo()
public void setXprintfactoryinfo(boolean xPrintFactoryInfo)
public boolean isDebug()
public void setDebug(boolean debug)
public java.lang.String getDebuglevel()
public void setDebuglevel(java.lang.String debugLevel)
public boolean isNowarn()
public void setNowarn(boolean nowarn)
public boolean isDeprecation()
public void setDeprecation(boolean deprecation)
public Path getBootclasspath()
public void setBootclasspath(Path bootclassPath)
public java.lang.String getExtdirs()
public void setExtdirs(java.lang.String extdirs)
public java.lang.String getEndorseddirs()
public void setEndorseddirs(java.lang.String endorseddirs)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public Path getSourcepath()
public void setSourcepath(Path sourcePath)
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
public java.lang.String getTarget()
public void setTarget(java.lang.String target)
public boolean isFork()
public void setFork(boolean fork)
public void addConfiguredSource(FileSet fileset)
public void execute()
throws BuildException
BuildException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||