|
||||||||||
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
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 org.apache.tools.ant.types.Path |
bootclassPath
-bootclasspath option: override location of bootstrap class files |
protected org.apache.tools.ant.types.Path |
compileClasspath
-classpath option |
protected boolean |
debug
-g option: debugging info |
protected String |
debugLevel
debug level |
protected boolean |
deprecation
-deprecation option: output source locations where deprecated APIs are used |
protected String |
encoding
-encoding option: character encoding used by the source files |
protected String |
endorseddirs
-endorseddirs option: override location of endorsed standards path |
protected String |
extdirs
-extdirs option: override location of installed extensions |
protected boolean |
fork
-fork option: |
protected List<Apt.Jvmarg> |
jvmargs
-J |
protected boolean |
nowarn
-nowarn option: generate no warnings |
protected List<Apt.Option> |
options
-A option |
protected List<org.apache.tools.ant.types.FileSet> |
sourceFileset
|
protected org.apache.tools.ant.types.Path |
sourcePath
-sourcepath option: Specify where to find input source files |
protected String |
targetVM
-target option: generate class files for specific VM version |
protected boolean |
verbose
-verbose option: output messages about what the compiler is doing |
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 | |
---|---|
Apt()
|
Method Summary | |
---|---|
void |
addConfiguredSource(org.apache.tools.ant.types.FileSet fileset)
|
org.apache.tools.ant.types.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 |
org.apache.tools.ant.types.Path |
getBootclasspath()
|
org.apache.tools.ant.types.Path |
getClasspath()
|
String |
getDebuglevel()
|
File |
getDestdir()
|
String |
getEncoding()
|
String |
getEndorseddirs()
|
String |
getExtdirs()
|
String |
getFactory()
|
File |
getFactorypath()
|
List<Apt.Jvmarg> |
getJvmargs()
|
List<Apt.Option> |
getOptions()
|
File |
getSourcedestdir()
|
org.apache.tools.ant.types.Path |
getSourcepath()
|
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()
|
(package private) void |
prepareSourceList(Set<File> sourceFiles)
|
void |
setBootclasspath(org.apache.tools.ant.types.Path bootclassPath)
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
Adds a reference to a CLASSPATH defined elsewhere. |
void |
setDebug(boolean debug)
|
void |
setDebuglevel(String debugLevel)
|
void |
setDeprecation(boolean deprecation)
|
void |
setDestdir(File base)
|
void |
setEncoding(String encoding)
|
void |
setEndorseddirs(String endorseddirs)
|
void |
setExtdirs(String extdirs)
|
void |
setFactory(String factory)
|
void |
setFactorypath(File factoryPath)
|
void |
setFork(boolean fork)
|
void |
setNocompile(boolean noCompile)
|
void |
setNowarn(boolean nowarn)
|
void |
setPrint(boolean print)
|
void |
setSourcedestdir(File sourceBase)
|
void |
setSourcepath(org.apache.tools.ant.types.Path sourcePath)
|
void |
setTarget(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 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, 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 |
Field Detail |
---|
protected org.apache.tools.ant.types.Path compileClasspath
protected List<Apt.Option> options
protected List<Apt.Jvmarg> jvmargs
protected boolean debug
protected String debugLevel
protected boolean nowarn
protected boolean deprecation
protected org.apache.tools.ant.types.Path bootclassPath
protected String extdirs
protected String endorseddirs
protected boolean verbose
protected org.apache.tools.ant.types.Path sourcePath
protected String encoding
protected String targetVM
protected boolean fork
protected List<org.apache.tools.ant.types.FileSet> sourceFileset
Constructor Detail |
---|
public Apt()
Method Detail |
---|
public org.apache.tools.ant.types.Path getClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public File getDestdir()
public void setDestdir(File base)
public void setSourcedestdir(File sourceBase)
public File getSourcedestdir()
public List<Apt.Option> getOptions()
public Apt.Option createOption()
public 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 File getFactorypath()
public void setFactorypath(File factoryPath)
public String getFactory()
public void setFactory(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 String getDebuglevel()
public void setDebuglevel(String debugLevel)
public boolean isNowarn()
public void setNowarn(boolean nowarn)
public boolean isDeprecation()
public void setDeprecation(boolean deprecation)
public org.apache.tools.ant.types.Path getBootclasspath()
public void setBootclasspath(org.apache.tools.ant.types.Path bootclassPath)
public String getExtdirs()
public void setExtdirs(String extdirs)
public String getEndorseddirs()
public void setEndorseddirs(String endorseddirs)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public org.apache.tools.ant.types.Path getSourcepath()
public void setSourcepath(org.apache.tools.ant.types.Path sourcePath)
public String getEncoding()
public void setEncoding(String encoding)
public String getTarget()
public void setTarget(String target)
public boolean isFork()
public void setFork(boolean fork)
public void addConfiguredSource(org.apache.tools.ant.types.FileSet fileset)
void prepareSourceList(Set<File> sourceFiles) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |