public class FormatterElement extends Object
JSLintTask
. Used to specify where the output should
go. Handles creation of a ResultFormatter
.
type
destfile
Modifier and Type | Class and Description |
---|---|
static class |
FormatterElement.Type
What kind of formatters are available.
|
Constructor and Description |
---|
FormatterElement() |
Modifier and Type | Method and Description |
---|---|
ResultFormatter |
getResultFormatter()
Return a configured
ResultFormatter corresponding to this
element. |
void |
setDestFile(File destFile)
Specifies the location of the report file.
|
void |
setType(FormatterElement.Type type)
Specify the type of this formatter.
|
public ResultFormatter getResultFormatter()
ResultFormatter
corresponding to this
element.public void setDestFile(File destFile)
destFile
- public void setType(FormatterElement.Type type)
type
- Copyright © 2007-2013. All Rights Reserved.