|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.jslint4java.ant.FormatterElement
public class FormatterElement
A sub element of JSLintTask
. Used to specify where the output should
go. Handles creation of a ResultFormatter
.
type
destfile
Nested Class Summary | |
---|---|
static class |
FormatterElement.Type
What kind of formatters are available. |
Constructor Summary | |
---|---|
FormatterElement()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormatterElement()
Method Detail |
---|
public ResultFormatter getResultFormatter()
ResultFormatter
corresponding to this
element.
public void setDestFile(File destFile)
destFile
- public void setType(FormatterElement.Type type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |