Java Doc for Apt.java in  » 6.0-JDK-Modules » jax-ws-tools » com » sun » tools » ws » ant » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » jax ws tools » com.sun.tools.ws.ant 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.tools.ws.ant.Apt

Apt
public class Apt extends Task (Code)
apt task for use with the JAXWS project.

Inner Class :public static class Option
Inner Class :public static class Jvmarg

Field Summary
protected  PathbootclassPath
    
protected  PathcompileClasspath
    
protected  booleandebug
    
protected  StringdebugLevel
    
protected  booleandeprecation
    
protected  Stringencoding
    
protected  Stringendorseddirs
    
protected  Stringextdirs
    
protected  booleanfork
    
protected  List<Jvmarg>jvmargs
    
protected  booleannowarn
    
protected  List<Option>options
    
protected  List<FileSet>sourceFileset
    
protected  PathsourcePath
    
protected  StringtargetVM
    
protected  booleanverbose
    


Method Summary
public  voidaddConfiguredSource(FileSet fileset)
    
public  PathcreateClasspath()
     Creates a nested classpath element.
public  JvmargcreateJvmarg()
    
public  OptioncreateOption()
    
public  voidexecute()
    
public  PathgetBootclasspath()
    
public  PathgetClasspath()
    
public  StringgetDebuglevel()
    
public  FilegetDestdir()
    
public  StringgetEncoding()
    
public  StringgetEndorseddirs()
    
public  StringgetExtdirs()
    
public  StringgetFactory()
    
public  FilegetFactorypath()
    
public  List<Jvmarg>getJvmargs()
    
public  List<Option>getOptions()
    
public  FilegetSourcedestdir()
    
public  PathgetSourcepath()
    
public  StringgetTarget()
    
public  booleanisDebug()
    
public  booleanisDeprecation()
    
public  booleanisFork()
    
public  booleanisNocompile()
    
public  booleanisNowarn()
    
public  booleanisPrint()
    
public  booleanisVerbose()
    
public  booleanisXclassesasdecls()
    
public  booleanisXlistannotationtypes()
    
public  booleanisXlistdeclarations()
    
public  booleanisXprintaptrounds()
    
public  booleanisXprintfactoryinfo()
    
 voidprepareSourceList(Set<File> sourceFiles)
    
public  voidsetBootclasspath(Path bootclassPath)
    
public  voidsetClasspath(Path classpath)
    
public  voidsetClasspathRef(Reference r)
     Adds a reference to a CLASSPATH defined elsewhere.
public  voidsetDebug(boolean debug)
    
public  voidsetDebuglevel(String debugLevel)
    
public  voidsetDeprecation(boolean deprecation)
    
public  voidsetDestdir(File base)
    
public  voidsetEncoding(String encoding)
    
public  voidsetEndorseddirs(String endorseddirs)
    
public  voidsetExtdirs(String extdirs)
    
public  voidsetFactory(String factory)
    
public  voidsetFactorypath(File factoryPath)
    
public  voidsetFork(boolean fork)
    
public  voidsetNocompile(boolean noCompile)
    
public  voidsetNowarn(boolean nowarn)
    
public  voidsetPrint(boolean print)
    
public  voidsetSourcedestdir(File sourceBase)
    
public  voidsetSourcepath(Path sourcePath)
    
public  voidsetTarget(String target)
    
public  voidsetVerbose(boolean verbose)
    
public  voidsetXclassesasdecls(boolean xClassesAsDecls)
    
public  voidsetXlistannotationtypes(boolean xListAnnotationTypes)
    
public  voidsetXlistdeclarations(boolean xListDeclarations)
    
public  voidsetXprintaptrounds(boolean xPrintAptRounds)
    
public  voidsetXprintfactoryinfo(boolean xPrintFactoryInfo)
    

Field Detail
bootclassPath
protected Path bootclassPath(Code)
-bootclasspath option: override location of bootstrap class files



compileClasspath
protected Path compileClasspath(Code)
-classpath option



debug
protected boolean debug(Code)
-g option: debugging info



debugLevel
protected String debugLevel(Code)
debug level



deprecation
protected boolean deprecation(Code)
-deprecation option: output source locations where deprecated APIs are used



encoding
protected String encoding(Code)
-encoding option: character encoding used by the source files



endorseddirs
protected String endorseddirs(Code)
-endorseddirs option: override location of endorsed standards path



extdirs
protected String extdirs(Code)
-extdirs option: override location of installed extensions



fork
protected boolean fork(Code)
-fork option:



jvmargs
protected List<Jvmarg> jvmargs(Code)
-J option: Pass directly to the runtime



nowarn
protected boolean nowarn(Code)
-nowarn option: generate no warnings



options
protected List<Option> options(Code)
-A option



sourceFileset
protected List<FileSet> sourceFileset(Code)



sourcePath
protected Path sourcePath(Code)
-sourcepath option: Specify where to find input source files



targetVM
protected String targetVM(Code)
-target option: generate class files for specific VM version



verbose
protected boolean verbose(Code)
-verbose option: output messages about what the compiler is doing





Method Detail
addConfiguredSource
public void addConfiguredSource(FileSet fileset)(Code)



createClasspath
public Path createClasspath()(Code)
Creates a nested classpath element.



createJvmarg
public Jvmarg createJvmarg()(Code)



createOption
public Option createOption()(Code)



execute
public void execute() throws BuildException(Code)
Called by the project to let the task do it's work *



getBootclasspath
public Path getBootclasspath()(Code)



getClasspath
public Path getClasspath()(Code)



getDebuglevel
public String getDebuglevel()(Code)



getDestdir
public File getDestdir()(Code)



getEncoding
public String getEncoding()(Code)



getEndorseddirs
public String getEndorseddirs()(Code)



getExtdirs
public String getExtdirs()(Code)



getFactory
public String getFactory()(Code)



getFactorypath
public File getFactorypath()(Code)



getJvmargs
public List<Jvmarg> getJvmargs()(Code)



getOptions
public List<Option> getOptions()(Code)



getSourcedestdir
public File getSourcedestdir()(Code)



getSourcepath
public Path getSourcepath()(Code)



getTarget
public String getTarget()(Code)



isDebug
public boolean isDebug()(Code)



isDeprecation
public boolean isDeprecation()(Code)



isFork
public boolean isFork()(Code)



isNocompile
public boolean isNocompile()(Code)



isNowarn
public boolean isNowarn()(Code)



isPrint
public boolean isPrint()(Code)



isVerbose
public boolean isVerbose()(Code)



isXclassesasdecls
public boolean isXclassesasdecls()(Code)



isXlistannotationtypes
public boolean isXlistannotationtypes()(Code)



isXlistdeclarations
public boolean isXlistdeclarations()(Code)



isXprintaptrounds
public boolean isXprintaptrounds()(Code)



isXprintfactoryinfo
public boolean isXprintfactoryinfo()(Code)



prepareSourceList
void prepareSourceList(Set<File> sourceFiles) throws BuildException(Code)



setBootclasspath
public void setBootclasspath(Path bootclassPath)(Code)



setClasspath
public void setClasspath(Path classpath)(Code)



setClasspathRef
public void setClasspathRef(Reference r)(Code)
Adds a reference to a CLASSPATH defined elsewhere.



setDebug
public void setDebug(boolean debug)(Code)



setDebuglevel
public void setDebuglevel(String debugLevel)(Code)



setDeprecation
public void setDeprecation(boolean deprecation)(Code)



setDestdir
public void setDestdir(File base)(Code)



setEncoding
public void setEncoding(String encoding)(Code)



setEndorseddirs
public void setEndorseddirs(String endorseddirs)(Code)



setExtdirs
public void setExtdirs(String extdirs)(Code)



setFactory
public void setFactory(String factory)(Code)



setFactorypath
public void setFactorypath(File factoryPath)(Code)



setFork
public void setFork(boolean fork)(Code)



setNocompile
public void setNocompile(boolean noCompile)(Code)



setNowarn
public void setNowarn(boolean nowarn)(Code)



setPrint
public void setPrint(boolean print)(Code)



setSourcedestdir
public void setSourcedestdir(File sourceBase)(Code)



setSourcepath
public void setSourcepath(Path sourcePath)(Code)



setTarget
public void setTarget(String target)(Code)



setVerbose
public void setVerbose(boolean verbose)(Code)



setXclassesasdecls
public void setXclassesasdecls(boolean xClassesAsDecls)(Code)



setXlistannotationtypes
public void setXlistannotationtypes(boolean xListAnnotationTypes)(Code)



setXlistdeclarations
public void setXlistdeclarations(boolean xListDeclarations)(Code)



setXprintaptrounds
public void setXprintaptrounds(boolean xPrintAptRounds)(Code)



setXprintfactoryinfo
public void setXprintfactoryinfo(boolean xPrintFactoryInfo)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.