A B C E F G J M O P R S V W X

A

add(ResourceCollection) - Method in class com.googlecode.jslint4java.ant.JSLintTask
Check the contents of this ResourceCollection.
addConfiguredFormatter(FormatterElement) - Method in class com.googlecode.jslint4java.ant.JSLintTask
Add in a ResultFormatter through the medium of a FormatterElement.
addPredef(PredefElement) - Method in class com.googlecode.jslint4java.ant.JSLintTask
Capture a predef element.
addText(String) - Method in class com.googlecode.jslint4java.ant.PredefElement
Standard ant interface to add the text inside an element.
applyOptions(JSLint) - Method in class com.googlecode.jslint4java.ant.JSLintTask
 

B

begin() - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
 
begin() - Method in interface com.googlecode.jslint4java.ant.ResultFormatter
Called at the start of JSLintTask execution.
begin() - Method in class com.googlecode.jslint4java.ant.XmlResultFormatter
 

C

com.googlecode.jslint4java.ant - package com.googlecode.jslint4java.ant
 

E

end() - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
 
end() - Method in interface com.googlecode.jslint4java.ant.ResultFormatter
Called at the end of JSLintTask execution.
end() - Method in class com.googlecode.jslint4java.ant.XmlResultFormatter
Write out the XML file containing the issues for all files.
execute() - Method in class com.googlecode.jslint4java.ant.JSLintTask
Scan the specified directories for JavaScript files and lint them.

F

FormatterElement - Class in com.googlecode.jslint4java.ant
A sub element of JSLintTask.
FormatterElement() - Constructor for class com.googlecode.jslint4java.ant.FormatterElement
 
FormatterElement.Type - Enum in com.googlecode.jslint4java.ant
What kind of formatters are available.

G

getResultFormatter() - Method in class com.googlecode.jslint4java.ant.FormatterElement
Return a configured ResultFormatter corresponding to this element.
getText() - Method in class com.googlecode.jslint4java.ant.PredefElement
Return the text we've captured.

J

JSLintTask - Class in com.googlecode.jslint4java.ant
Run JSLint over a tree of files in order to pick holes in your JavaScript.
JSLintTask() - Constructor for class com.googlecode.jslint4java.ant.JSLintTask
 

M

makeLint() - Method in class com.googlecode.jslint4java.ant.JSLintTask
Create a new JSLint object.

O

out - Variable in class com.googlecode.jslint4java.ant.PlainResultFormatter
 
output(String, List<Issue>) - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
Emit all issues to the console.
output(String, List<Issue>) - Method in interface com.googlecode.jslint4java.ant.ResultFormatter
Called for each file that is checked by JSLintTask.
output(String, List<Issue>) - Method in class com.googlecode.jslint4java.ant.XmlResultFormatter
Create a "file" element, containing nested "issue" elements.

P

PlainResultFormatter - Class in com.googlecode.jslint4java.ant
Output all JSLint errors to the console.
PlainResultFormatter() - Constructor for class com.googlecode.jslint4java.ant.PlainResultFormatter
 
PredefElement - Class in com.googlecode.jslint4java.ant
An ant element to be used as a child of JSLintTask.
PredefElement(Project) - Constructor for class com.googlecode.jslint4java.ant.PredefElement
 

R

ResultFormatter - Interface in com.googlecode.jslint4java.ant
Output all issues found somewhere.

S

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.
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.
setOut(OutputStream) - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
 
setOut(OutputStream) - Method in interface com.googlecode.jslint4java.ant.ResultFormatter
Called during initialization.
setOut(OutputStream) - Method in class com.googlecode.jslint4java.ant.XmlResultFormatter
 
setType(FormatterElement.Type) - Method in class com.googlecode.jslint4java.ant.FormatterElement
Specify the type of this formatter.
spaces(int) - Method in class com.googlecode.jslint4java.ant.PlainResultFormatter
Return a string of howmany spaces.

V

valueOf(String) - Static method in enum com.googlecode.jslint4java.ant.FormatterElement.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.jslint4java.ant.FormatterElement.Type
Returns an array containing the constants of this enum type, in the order they're declared.

W

w - Variable in class com.googlecode.jslint4java.ant.PlainResultFormatter
 

X

XmlResultFormatter - Class in com.googlecode.jslint4java.ant
Write out JSLint problems to an XML file.
XmlResultFormatter() - Constructor for class com.googlecode.jslint4java.ant.XmlResultFormatter
 

A B C E F G J M O P R S V W X

Copyright © 2007-2009. All Rights Reserved.