public static class CheckStyleTask.Formatter extends Object
| Constructor and Description |
|---|
CheckStyleTask.Formatter() |
| Modifier and Type | Method and Description |
|---|---|
AuditListener |
createListener(org.apache.tools.ant.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.
|
public void setType(CheckStyleTask.FormatterType aType)
aType - the typepublic void setTofile(File aTo)
aTo - the file to output topublic void setUseFile(boolean aUse)
aUse - whether not not to use provided file.public AuditListener createListener(org.apache.tools.ant.Task aTask) throws IOException
aTask - the task runningIOException - if an error occursCopyright © 2001-2012. All Rights Reserved.