- setDestFile(File) - Method in class com.googlecode.jslint4java.ant.FormatterElement
-
Specifies the location of the report file.
- setEncoding(String) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Set the encoding of the source files that JSLint will read.
- setFailureProperty(String) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
The name of a property to set upon failure.
- setFile(File) - Method in class com.googlecode.jslint4java.ant.JUnitXmlResultFormatter
-
- setFile(File) - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
-
- setFile(File) - Method in class com.googlecode.jslint4java.ant.ReportResultFormatter
-
- setFile(File) - Method in interface com.googlecode.jslint4java.ant.ResultFormatter
-
Called during initialization.
- setFile(File) - Method in class com.googlecode.jslint4java.ant.XmlResultFormatter
-
- setHaltOnFailure(boolean) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Should the build stop if JSLint fails? Defaults to true.
- setJslint(File) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Specify an alternative version of jslint.
- setOptions(String) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Set the options for running JSLint.
- setStdout(OutputStream) - Method in class com.googlecode.jslint4java.ant.JUnitXmlResultFormatter
-
- setStdout(OutputStream) - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
-
- setStdout(OutputStream) - Method in class com.googlecode.jslint4java.ant.ReportResultFormatter
-
- setStdout(OutputStream) - Method in interface com.googlecode.jslint4java.ant.ResultFormatter
-
If you want to write to stdout, you can't just use System.out, because we're in the middle of
ant task.
- setStdout(OutputStream) - Method in class com.googlecode.jslint4java.ant.XmlResultFormatter
-
- setTimeout(long) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Set the maximum time JSLint can run for in seconds.
- setType(FormatterElement.Type) - Method in class com.googlecode.jslint4java.ant.FormatterElement
-
Specify the type of this formatter.