backup | Indicates whether backup copies for all file sources should be kept. | No |
classpathrev | The classpath to setup the class repository with, given as a reference to a path defined elsewhere. If you want the import optimization feature to work, you have to specify the classpath reference you use to compile your sources here. | No |
convention | Sets the location to the convention file to use - given either relative to the project's basedir or as an absolute local path or internet address. If omitted, the current settings are used, if available. Otherwise the Jalopy build-in defaults will be used. | No |
destdir | Sets the destination directory to create/copy all formatting output into. If the given directory does not exist, it will be created. If this attribute is ommitted, all input files will simply be overriden. | No |
encoding | Sets the encoding that controls how Jalopy interprets text files containing characters beyond the ASCII character set. Defaults to the platform default encoding. | No |
failonerror | Indicates whether a run should be held if errors occured. Defaults to "true". | No |
file | Specifies a single source file to format. | Yes, if no fileset is specified. |
fileformat | Sets the file format of the output files. The file format controls what end of line character is used. Either one of "UNIX", "DOS", MAC", "DEFAULT" or "AUTO" can be used. Defaults to "AUTO" (case insensitive). | No |
force | Indicates whether the formatting of files should be forced, even if the file is up-to-date. | No |
history | Specifies the history policy to use. Either one of
"COMMENT", "FILE" or
"NONE" can be used.
| No |
javadoc | Indicates whether Javadoc related messages should be printed. | No |
loglevel | Specifies the logging level for message output. Either one of
"ERROR", "WARN", "INFO" or "DEBUG" can be used. | No |
style | DEPRECATED. See convention | No |
threads | Specifies the number of processing threads to use. Integer between 1 - 8.
| No |