Java Doc for Task.java in  » Code-Analyzer » beautyJ » de » gulden » application » beautyj » 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 » Code Analyzer » beautyJ » de.gulden.application.beautyj.ant 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.gulden.application.beautyj.ant.Task
   de.gulden.framework.amoda.environment.ant.ANTTaskApplicationWrapper
      de.gulden.application.beautyj.ant.Task

Task
public class Task extends ANTTaskApplicationWrapper (Code)
Application wrapper for running BeautyJ as an ANT task.
author:
   Jens Gulden
version:
   1.1
See Also:   de.gulden.application.beautyj.BeautyJ
See Also:   de.gulden.framework.amoda.environment.ant.ANTTaskApplicationWrapper




Method Summary
public  GenericApplicationcreateWrappedApplication()
     Creates the wrapped application.
public  voidsetAuthor_email(String s)
     The author's email address.
public  voidsetAuthor_name(String s)
     The author's name.
public  voidsetB(String s)
     Choose between a code formatting style that outputs a line-break before the first starting curly brace ( '{' ) of a method (if set to true), or output it at the end of the method's declaring line (if set to false).
public  voidsetC(String s)
     Remove out-commented dead lines of code from the inner method bodies.
public  voidsetClass_create_dummy(String s)
     Create dummy content for a class's javadoc comment.
public  voidsetClass_create_text(String s)
     Create auto-text content for a class's javadoc comment.
public  voidsetClass_remove_dummy(String s)
     Remove dummy content from a class-header's javadoc.
public  voidsetClass_remove_empty(String s)
     Remove empty content from a class's javadoc comment.
public  voidsetClass_remove_text(String s)
     Remove any content from a class's javadoc comment.
public  voidsetCode_braces_linebreak(String s)
     Choose between a code formatting style that outputs a line-break before the first starting curly brace ( '{' ) of a method (if set to true), or output it at the end of the method's declaring line (if set to false).
public  voidsetCode_clean(String s)
     Remove out-commented dead lines of code from the inner method bodies.
public  voidsetCode_format(String s)
     Format code blocks by auto-indenting the lines to a normalized standard-representation.
public  voidsetCode_indent_spaces(String s)
     Sets the number of spaces with which auto-indentation gets performed.
public  voidsetCode_preserve_fields_order(String s)
     Preserve the order of field declarations as they are given in the orignal source file.
public  voidsetCode_qualify(String s)
     Use fully qualified class names in the generated output.
public  voidsetCode_qualify_auto(String s)
     If option -code.qualify is disabled (which is default), fully qualifiy those class-names which would otherwise be unqualifiyable.
public  voidsetCode_separators(String s)
     Insert comment blocks between different types of class members.
public  voidsetD(String s)
     The directory to output the beautified sources to.
public  voidsetException_texts(String s)
     Sets default comment texts for thrown exceptions.
public  voidsetF(String s)
     Format code blocks by auto-indenting the lines to a normalized standard-representation.
public  voidsetField_create_dummy(String s)
     Create dummy description for a field's javadoc comment, if set to 'description'.
public  voidsetField_create_text(String s)
     Create auto-text description for a field's javadoc comment, if set to 'description'.
public  voidsetField_remove_dummy(String s)
     Remove dummy description from a field's javadoc comment, if set to 'description'.
public  voidsetField_remove_empty(String s)
     Remove empty description from a field's javadoc comment, if set to 'description'.
public  voidsetField_remove_text(String s)
     Remove any description from a field's javadoc comment, if set to 'description'.
public  voidsetI(String s)
     Sets the number of spaces with which auto-indentation gets performed.
public  voidsetMethod_create_dummy(String s)
     Create dummy content for a method's or constructor's javadoc comment.
public  voidsetMethod_create_text(String s)
     Create auto-text content for a method's or constructor's javadoc comment.
public  voidsetMethod_remove_dummy(String s)
     Remove dummy content from a method's or constructor's javadoc comment.
public  voidsetMethod_remove_empty(String s)
     Remove empty content from a method's or constructor's javadoc comment.
public  voidsetMethod_remove_text(String s)
     Remove any content from a method's or constructor's javadoc comment.
public  voidsetOutput_directory(String s)
     The directory to output the beautified sources to.
public  voidsetProject_date(String s)
     The project's date.
public  voidsetProject_description(String s)
     Short description of the project.
public  voidsetProject_headerfile(String s)
     A text file to insert as header comment (instead of auto-building a header with project and author information).
public  voidsetProject_name(String s)
     The project's name.
public  voidsetProject_version(String s)
     The project's version number.
public  voidsetProperties(String s)
    
public  voidsetQ(String s)
     Use fully qualified class names in the generated output.
public  voidsetQuiet(String s)
    
public  voidsetSourclet(String s)
     Full class name of the Sourclet to be used for generating beautified class files.
public  voidsetTest(String s)
    
public  voidsetVerbose(String s)
    
public  voidsetXml_doctype(String s)
     Include a reference into generated XML.
public  voidsetXml_in(String s)
     Read Java source from XML file, not from .java-files.
public  voidsetXml_out(String s)
     Parse Java source and create XML file, without performing any beautification.
public  voidsetXml_validate(String s)
     Validate the input XML against its DTD before parsing.



Method Detail
createWrappedApplication
public GenericApplication createWrappedApplication()(Code)
Creates the wrapped application.



setAuthor_email
public void setAuthor_email(String s)(Code)
The author's email address.



setAuthor_name
public void setAuthor_name(String s)(Code)
The author's name.



setB
public void setB(String s)(Code)
Choose between a code formatting style that outputs a line-break before the first starting curly brace ( '{' ) of a method (if set to true), or output it at the end of the method's declaring line (if set to false). (Default: false)



setC
public void setC(String s)(Code)
Remove out-commented dead lines of code from the inner method bodies. Every line that starts with '//' and ends with ';', '{' or '}' will be removed. (Default: false)



setClass_create_dummy
public void setClass_create_dummy(String s)(Code)
Create dummy content for a class's javadoc comment. Possible values are (multiple possible, comma-seperated): description, author, version



setClass_create_text
public void setClass_create_text(String s)(Code)
Create auto-text content for a class's javadoc comment. Possible values are (multiple possible, comma-seperated): description, author, version



setClass_remove_dummy
public void setClass_remove_dummy(String s)(Code)
Remove dummy content from a class-header's javadoc. Possible values are (multiple possible, comma-seperated): description, author, version



setClass_remove_empty
public void setClass_remove_empty(String s)(Code)
Remove empty content from a class's javadoc comment. Possible values are (multiple possible, comma-seperated): description, author, version



setClass_remove_text
public void setClass_remove_text(String s)(Code)
Remove any content from a class's javadoc comment. Possible values are (multiple possible, comma-seperated): description, author, version



setCode_braces_linebreak
public void setCode_braces_linebreak(String s)(Code)
Choose between a code formatting style that outputs a line-break before the first starting curly brace ( '{' ) of a method (if set to true), or output it at the end of the method's declaring line (if set to false). (Default: false)



setCode_clean
public void setCode_clean(String s)(Code)
Remove out-commented dead lines of code from the inner method bodies. Every line that starts with '//' and ends with ';', '{' or '}' will be removed. (Default: false)



setCode_format
public void setCode_format(String s)(Code)
Format code blocks by auto-indenting the lines to a normalized standard-representation. (Default: false)



setCode_indent_spaces
public void setCode_indent_spaces(String s)(Code)
Sets the number of spaces with which auto-indentation gets performed. (Default: 4)



setCode_preserve_fields_order
public void setCode_preserve_fields_order(String s)(Code)
Preserve the order of field declarations as they are given in the orignal source file. In some cases this might be necessary to avoid illegal forward references when compiling the beautified sources. (Default: false)



setCode_qualify
public void setCode_qualify(String s)(Code)
Use fully qualified class names in the generated output. (E.g. use 'java.lang.String' instead of 'String'.) This might be needed in order to avoid ambiguity in class names. Usually, the classes and interfaces used in member signatures are declared by import statements. (Default: false)



setCode_qualify_auto
public void setCode_qualify_auto(String s)(Code)
If option -code.qualify is disabled (which is default), fully qualifiy those class-names which would otherwise be unqualifiyable. (Default: true)



setCode_separators
public void setCode_separators(String s)(Code)
Insert comment blocks between different types of class members. This highly increases readabilty. (Default: true)



setD
public void setD(String s)(Code)
The directory to output the beautified sources to.



setException_texts
public void setException_texts(String s)(Code)
Sets default comment texts for thrown exceptions. The default values need not to be repeated if you want them leave unchanged and add some more. Example: 'MalformedURLException=if the url is not legal,NumberFormatException=if the string does not represent a number'."



setF
public void setF(String s)(Code)
Format code blocks by auto-indenting the lines to a normalized standard-representation. (Default: false)



setField_create_dummy
public void setField_create_dummy(String s)(Code)
Create dummy description for a field's javadoc comment, if set to 'description'.



setField_create_text
public void setField_create_text(String s)(Code)
Create auto-text description for a field's javadoc comment, if set to 'description'.



setField_remove_dummy
public void setField_remove_dummy(String s)(Code)
Remove dummy description from a field's javadoc comment, if set to 'description'.



setField_remove_empty
public void setField_remove_empty(String s)(Code)
Remove empty description from a field's javadoc comment, if set to 'description'.



setField_remove_text
public void setField_remove_text(String s)(Code)
Remove any description from a field's javadoc comment, if set to 'description'.



setI
public void setI(String s)(Code)
Sets the number of spaces with which auto-indentation gets performed. (Default: 4)



setMethod_create_dummy
public void setMethod_create_dummy(String s)(Code)
Create dummy content for a method's or constructor's javadoc comment. Possible values are (multiple possible, comma-seperated): description, param, return, throws



setMethod_create_text
public void setMethod_create_text(String s)(Code)
Create auto-text content for a method's or constructor's javadoc comment. Possible values are (multiple possible, comma-seperated): description, param, return, throws



setMethod_remove_dummy
public void setMethod_remove_dummy(String s)(Code)
Remove dummy content from a method's or constructor's javadoc comment. Possible values are (multiple possible, comma-seperated): description, param, return, throws



setMethod_remove_empty
public void setMethod_remove_empty(String s)(Code)
Remove empty content from a method's or constructor's javadoc comment. Possible values are (multiple possible, comma-seperated): description, param, return, throws



setMethod_remove_text
public void setMethod_remove_text(String s)(Code)
Remove any content from a method's or constructor's javadoc comment. Possible values are (multiple possible, comma-seperated): description, param, return, throws



setOutput_directory
public void setOutput_directory(String s)(Code)
The directory to output the beautified sources to.



setProject_date
public void setProject_date(String s)(Code)
The project's date. (Default: today)



setProject_description
public void setProject_description(String s)(Code)
Short description of the project.



setProject_headerfile
public void setProject_headerfile(String s)(Code)
A text file to insert as header comment (instead of auto-building a header with project and author information).



setProject_name
public void setProject_name(String s)(Code)
The project's name.



setProject_version
public void setProject_version(String s)(Code)
The project's version number.



setProperties
public void setProperties(String s)(Code)



setQ
public void setQ(String s)(Code)
Use fully qualified class names in the generated output. (E.g. use 'java.lang.String' instead of 'String'.) This might be needed in order to avoid ambiguity in class names. Usually, the classes and interfaces used in member signatures are declared by import statements. (Default: false)



setQuiet
public void setQuiet(String s)(Code)
(Default: false)



setSourclet
public void setSourclet(String s)(Code)
Full class name of the Sourclet to be used for generating beautified class files. (Default: de.gulden.util.javasource.sourclet.standard.StandardSourclet)



setTest
public void setTest(String s)(Code)
(Default: false)



setVerbose
public void setVerbose(String s)(Code)
(Default: false)



setXml_doctype
public void setXml_doctype(String s)(Code)
Include a reference into generated XML. Can be used only in combination with -xml.out.



setXml_in
public void setXml_in(String s)(Code)
Read Java source from XML file, not from .java-files. Then beautify and output as .java-files. Use "-xml.in=" without specifying a file name to read from standard in.



setXml_out
public void setXml_out(String s)(Code)
Parse Java source and create XML file, without performing any beautification. Use "-xml.out=" without specifying a file name to write to standard out, in this case option -quiet is implicit.



setXml_validate
public void setXml_validate(String s)(Code)
Validate the input XML against its DTD before parsing. The input file must contain a declaration. Can be used only in combination with -xml.in.



Fields inherited from de.gulden.framework.amoda.environment.ant.ANTTaskApplicationWrapper
protected GenericApplication application(Code)(Java Doc)
protected ANTTaskEnvironment environment(Code)(Java Doc)
protected AttributeList originalAttributes(Code)(Java Doc)

Methods inherited from de.gulden.framework.amoda.environment.ant.ANTTaskApplicationWrapper
public void addSrc(Src src)(Code)(Java Doc)
public void addValue(Value value)(Code)(Java Doc)
abstract public GenericApplication createWrappedApplication()(Code)(Java Doc)
public void execute()(Code)(Java Doc)
public GenericApplication getApplication()(Code)(Java Doc)
public ANTTaskEnvironment getEnvironment()(Code)(Java Doc)
public void init()(Code)(Java Doc)
public void setApplication(GenericApplication genericApplication)(Code)(Java Doc)
public void setEnvironment(ANTTaskEnvironment aNTTaskEnvironment)(Code)(Java Doc)
protected void setOption(String option, String value)(Code)(Java Doc)

Methods inherited from de.gulden.application.beautyj.ant.Task
public GenericApplication createWrappedApplication()(Code)(Java Doc)
public void setAuthor_email(String s)(Code)(Java Doc)
public void setAuthor_name(String s)(Code)(Java Doc)
public void setB(String s)(Code)(Java Doc)
public void setC(String s)(Code)(Java Doc)
public void setClass_create_dummy(String s)(Code)(Java Doc)
public void setClass_create_text(String s)(Code)(Java Doc)
public void setClass_remove_dummy(String s)(Code)(Java Doc)
public void setClass_remove_empty(String s)(Code)(Java Doc)
public void setClass_remove_text(String s)(Code)(Java Doc)
public void setCode_braces_linebreak(String s)(Code)(Java Doc)
public void setCode_clean(String s)(Code)(Java Doc)
public void setCode_format(String s)(Code)(Java Doc)
public void setCode_indent_spaces(String s)(Code)(Java Doc)
public void setCode_preserve_fields_order(String s)(Code)(Java Doc)
public void setCode_qualify(String s)(Code)(Java Doc)
public void setCode_qualify_auto(String s)(Code)(Java Doc)
public void setCode_separators(String s)(Code)(Java Doc)
public void setD(String s)(Code)(Java Doc)
public void setException_texts(String s)(Code)(Java Doc)
public void setF(String s)(Code)(Java Doc)
public void setField_create_dummy(String s)(Code)(Java Doc)
public void setField_create_text(String s)(Code)(Java Doc)
public void setField_remove_dummy(String s)(Code)(Java Doc)
public void setField_remove_empty(String s)(Code)(Java Doc)
public void setField_remove_text(String s)(Code)(Java Doc)
public void setI(String s)(Code)(Java Doc)
public void setMethod_create_dummy(String s)(Code)(Java Doc)
public void setMethod_create_text(String s)(Code)(Java Doc)
public void setMethod_remove_dummy(String s)(Code)(Java Doc)
public void setMethod_remove_empty(String s)(Code)(Java Doc)
public void setMethod_remove_text(String s)(Code)(Java Doc)
public void setOutput_directory(String s)(Code)(Java Doc)
public void setProject_date(String s)(Code)(Java Doc)
public void setProject_description(String s)(Code)(Java Doc)
public void setProject_headerfile(String s)(Code)(Java Doc)
public void setProject_name(String s)(Code)(Java Doc)
public void setProject_version(String s)(Code)(Java Doc)
public void setProperties(String s)(Code)(Java Doc)
public void setQ(String s)(Code)(Java Doc)
public void setQuiet(String s)(Code)(Java Doc)
public void setSourclet(String s)(Code)(Java Doc)
public void setTest(String s)(Code)(Java Doc)
public void setVerbose(String s)(Code)(Java Doc)
public void setXml_doctype(String s)(Code)(Java Doc)
public void setXml_in(String s)(Code)(Java Doc)
public void setXml_out(String s)(Code)(Java Doc)
public void setXml_validate(String s)(Code)(Java Doc)

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