Method Summary |
|
public GenericApplication | createWrappedApplication() Creates the wrapped application. |
public void | setAuthor_email(String s) The author's email address. |
public void | setAuthor_name(String s) The author's name. |
public void | setB(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 void | setC(String s) Remove out-commented dead lines of code from the inner method bodies. |
public void | setClass_create_dummy(String s) Create dummy content for a class's javadoc comment. |
public void | setClass_create_text(String s) Create auto-text content for a class's javadoc comment. |
public void | setClass_remove_dummy(String s) Remove dummy content from a class-header's javadoc. |
public void | setClass_remove_empty(String s) Remove empty content from a class's javadoc comment. |
public void | setClass_remove_text(String s) Remove any content from a class's javadoc comment. |
public void | setCode_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 void | setCode_clean(String s) Remove out-commented dead lines of code from the inner method bodies. |
public void | setCode_format(String s) Format code blocks by auto-indenting the lines to a normalized standard-representation. |
public void | setCode_indent_spaces(String s) Sets the number of spaces with which auto-indentation gets performed. |
public void | setCode_preserve_fields_order(String s) Preserve the order of field declarations as they are given in the orignal source file. |
public void | setCode_qualify(String s) Use fully qualified class names in the generated output. |
public void | setCode_qualify_auto(String s) If option -code.qualify is disabled (which is default), fully qualifiy those class-names which would otherwise be unqualifiyable. |
public void | setCode_separators(String s) Insert comment blocks between different types of class members. |
public void | setD(String s) The directory to output the beautified sources to. |
public void | setException_texts(String s) Sets default comment texts for thrown exceptions. |
public void | setF(String s) Format code blocks by auto-indenting the lines to a normalized standard-representation. |
public void | setField_create_dummy(String s) Create dummy description for a field's javadoc comment, if set to 'description'. |
public void | setField_create_text(String s) Create auto-text description for a field's javadoc comment, if set to 'description'. |
public void | setField_remove_dummy(String s) Remove dummy description from a field's javadoc comment, if set to 'description'. |
public void | setField_remove_empty(String s) Remove empty description from a field's javadoc comment, if set to 'description'. |
public void | setField_remove_text(String s) Remove any description from a field's javadoc comment, if set to 'description'. |
public void | setI(String s) Sets the number of spaces with which auto-indentation gets performed. |
public void | setMethod_create_dummy(String s) Create dummy content for a method's or constructor's javadoc comment. |
public void | setMethod_create_text(String s) Create auto-text content for a method's or constructor's javadoc comment. |
public void | setMethod_remove_dummy(String s) Remove dummy content from a method's or constructor's javadoc comment. |
public void | setMethod_remove_empty(String s) Remove empty content from a method's or constructor's javadoc comment. |
public void | setMethod_remove_text(String s) Remove any content from a method's or constructor's javadoc comment. |
public void | setOutput_directory(String s) The directory to output the beautified sources to. |
public void | setProject_date(String s) The project's date. |
public void | setProject_description(String s) Short description of the project. |
public void | setProject_headerfile(String s) A text file to insert as header comment (instead of auto-building a header with project and author information). |
public void | setProject_name(String s) The project's name. |
public void | setProject_version(String s) The project's version number. |
public void | setProperties(String s) |
public void | setQ(String s) Use fully qualified class names in the generated output. |
public void | setQuiet(String s) |
public void | setSourclet(String s) Full class name of the Sourclet to be used for generating beautified class files. |
public void | setTest(String s) |
public void | setVerbose(String s) |
public void | setXml_doctype(String s) Include a reference into generated XML. |
public void | setXml_in(String s) Read Java source from XML file, not from .java-files. |
public void | setXml_out(String s) Parse Java source and create XML file, without performing any beautification. |
public void | setXml_validate(String s) Validate the input XML against its DTD before parsing. |