com.puppycrawl.tools.checkstyle
public static class CheckStyleTask.Formatter extends Object
Method Summary | |
---|---|
AuditListener | createListener(Task aTask)
Creates a listener for the formatter. |
void | setTofile(File aTo)
Set the file to output to. |
void | setType(CheckStyleTask.FormatterType aType)
Set the type of the formatter. |
void | setUseFile(boolean aUse)
Sets whether or not we write to a file if it is provided. |
Parameters: aTask the task running
Returns: a listener
Throws: IOException if an error occurs
Parameters: aTo the file to output to
Parameters: aType the type
Parameters: aUse whether not not to use provided file.