|
||||||||||
| 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
public class Apt
apt task for use with the JAXWS project.
| Nested Class Summary | |
|---|---|
static class |
Apt.Jvmarg
|
static class |
Apt.Option
|
| Field Summary | |
|---|---|
protected Path |
bootclassPath
-bootclasspath option: override location of bootstrap class files |
protected Path |
compileClasspath
-classpath option |
protected boolean |
debug
-g option: debugging info |
protected java.lang.String |
debugLevel
debug level |
protected boolean |
deprecation
-deprecation option: output source locations where deprecated APIs are used |
protected java.lang.String |
encoding
-encoding option: character encoding used by the source files |
protected java.lang.String |
endorseddirs
-endorseddirs option: override location of endorsed standards path |
protected java.lang.String |
extdirs
-extdirs option: override location of installed extensions |
protected boolean |
fork
-fork option: |
protected java.util.List<Apt.Jvmarg> |
jvmargs
-J |
protected boolean |
nowarn
-nowarn option: generate no warnings |
protected java.util.List<Apt.Option> |
options
-A option |
protected java.util.List<FileSet> |
sourceFileset
|
protected Path |
sourcePath
-sourcepath option: Specify where to find input source files |
protected java.lang.String |
targetVM
-target option: generate class files for specific VM version |
protected boolean |
verbose
-verbose option: output messages about what the compiler is doing |
| Constructor Summary | |
|---|---|
Apt()
|
|
| Method Summary | |
|---|---|
void |
addConfiguredSource(FileSet fileset)
|
Path |
createClasspath()
Creates a nested classpath element. |
Apt.Jvmarg |
createJvmarg()
|
Apt.Option |
createOption()
|
void |
execute()
Called by the project to let the task do it's work |
Path |
getBootclasspath()
|
Path |
getClasspath()
|
java.lang.String |
getDebuglevel()
|
java.io.File |
getDestdir()
|
java.lang.String |
getEncoding()
|
java.lang.String |
getEndorseddirs()
|
java.lang.String |
getExtdirs()
|
java.lang.String |
getFactory()
|
java.io.File |
getFactorypath()
|
java.util.List<Apt.Jvmarg> |
getJvmargs()
|
java.util.List<Apt.Option> |
getOptions()
|
java.io.File |
getSourcedestdir()
|
Path |
getSourcepath()
|
java.lang.String |
getTarget()
|
boolean |
isDebug()
|
boolean |
isDeprecation()
|
boolean |
isFork()
|
boolean |
isNocompile()
|
boolean |
isNowarn()
|
boolean |
isPrint()
|
boolean |
isVerbose()
|
boolean |
isXclassesasdecls()
|
boolean |
isXlistannotationtypes()
|
boolean |
isXlistdeclarations()
|
boolean |
isXprintaptrounds()
|
boolean |
isXprintfactoryinfo()
|
void |
setBootclasspath(Path bootclassPath)
|
void |
setClasspath(Path classpath)
|
void |
setClasspathRef(Reference r)
Adds a reference to a CLASSPATH defined elsewhere. |
void |
setDebug(boolean debug)
|
void |
setDebuglevel(java.lang.String debugLevel)
|
void |
setDeprecation(boolean deprecation)
|
void |
setDestdir(java.io.File base)
|
void |
setEncoding(java.lang.String encoding)
|
void |
setEndorseddirs(java.lang.String endorseddirs)
|
void |
setExtdirs(java.lang.String extdirs)
|
void |
setFactory(java.lang.String factory)
|
void |
setFactorypath(java.io.File factoryPath)
|
void |
setFork(boolean fork)
|
void |
setNocompile(boolean noCompile)
|
void |
setNowarn(boolean nowarn)
|
void |
setPrint(boolean print)
|
void |
setSourcedestdir(java.io.File sourceBase)
|
void |
setSourcepath(Path sourcePath)
|
void |
setTarget(java.lang.String target)
|
void |
setVerbose(boolean verbose)
|
void |
setXclassesasdecls(boolean xClassesAsDecls)
|
void |
setXlistannotationtypes(boolean xListAnnotationTypes)
|
void |
setXlistdeclarations(boolean xListDeclarations)
|
void |
setXprintaptrounds(boolean xPrintAptRounds)
|
void |
setXprintfactoryinfo(boolean xPrintFactoryInfo)
|
| 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 java.io.File getFactorypath()
public void setFactorypath(java.io.File factoryPath)
public java.lang.String getFactory()
public void setFactory(java.lang.String factory)
public boolean isXlistannotationtypes()
public void setXlistannotationtypes(boolean xListAnnotationTypes)
public boolean isXlistdeclarations()
public void setXlistdeclarations(boolean xListDeclarations)
public boolean isXprintaptrounds()
public void setXprintaptrounds(boolean xPrintAptRounds)
public boolean isXprintfactoryinfo()
public void setXprintfactoryinfo(boolean xPrintFactoryInfo)
public boolean isXclassesasdecls()
public void setXclassesasdecls(boolean xClassesAsDecls)
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 | |||||||||