- getBOM() - Method in class com.googlecode.jslint4java.UnicodeBomInputStream
-
Returns the BOM
that was detected in the wrapped
InputStream
object.
- getBytes() - Method in enum com.googlecode.jslint4java.UnicodeBomInputStream.BOM
-
- getCharacter() - Method in class com.googlecode.jslint4java.Issue
-
- getClosure() - Method in class com.googlecode.jslint4java.JSFunction
-
The variables and parameters that are declared in the function that are
used by its inner functions.
- getDescription() - Method in enum com.googlecode.jslint4java.Option
-
Return a description of what this option affects.
- getDescription() - Method in enum com.googlecode.jslint4java.UnicodeBomInputStream.BOM
-
- getDuration() - Method in class com.googlecode.jslint4java.JSLintResult
-
How long did JSLint take to run? (milliseconds)
- getEdition() - Method in class com.googlecode.jslint4java.JSLint
-
Return the version of jslint in use.
- getEvidence() - Method in class com.googlecode.jslint4java.Issue
-
- getException() - Method in class com.googlecode.jslint4java.JSFunction
-
The variables that are declared by try statements.
- getFunctions() - Method in class com.googlecode.jslint4java.JSLintResult
-
Return a list of functions defined.
- getGlobal() - Method in class com.googlecode.jslint4java.JSFunction
-
Global variables that are used by this function.
- getGlobals() - Method in class com.googlecode.jslint4java.JSLintResult
-
List all names defined in the global namespace.
- getIssues() - Method in class com.googlecode.jslint4java.JSLintResult
-
Return a list of all issues that JSLint found with this source code.
- getLabel() - Method in class com.googlecode.jslint4java.JSFunction
-
Statement labels that are used by this function.
- getLast() - Method in class com.googlecode.jslint4java.JSFunction
-
- getLine() - Method in class com.googlecode.jslint4java.Issue
-
- getLine() - Method in class com.googlecode.jslint4java.JSFunction
-
The line the function is defined on.
- getLowerName() - Method in enum com.googlecode.jslint4java.Option
-
Return the lowercase name of this option.
- getName() - Method in class com.googlecode.jslint4java.JSFunction
-
The name of the function.
- getName() - Method in class com.googlecode.jslint4java.JSLintResult
-
The name of the source file just validated.
- getOuter() - Method in class com.googlecode.jslint4java.JSFunction
-
Variables used by this function that are declared in another function.
- getParams() - Method in class com.googlecode.jslint4java.JSFunction
-
The parameters of the function.
- getProperties() - Method in class com.googlecode.jslint4java.JSLintResult
-
- getRaw() - Method in class com.googlecode.jslint4java.Issue
-
- getReason() - Method in class com.googlecode.jslint4java.Issue
-
- getReport() - Method in class com.googlecode.jslint4java.JSLintResult
-
An HTML report of the source file.
- getReportFile() - Method in class com.googlecode.jslint4java.maven.ReportWriterImpl
-
The file the report is written to.
- getResultFormatter() - Method in class com.googlecode.jslint4java.ant.FormatterElement
-
- getSystemId() - Method in class com.googlecode.jslint4java.Issue
-
- getText() - Method in class com.googlecode.jslint4java.ant.PredefElement
-
Return the text we've captured.
- getType() - Method in enum com.googlecode.jslint4java.Option
-
What type does the value of this option have?
- getUnused() - Method in class com.googlecode.jslint4java.JSFunction
-
The variables that are declared in the function that are not used.
- getUrls() - Method in class com.googlecode.jslint4java.JSLintResult
-
A list of URLs encountered (when parsing HTML).
- getVars() - Method in class com.googlecode.jslint4java.JSFunction
-
The variables that are declared in the function that are used only by the
function.
- setDefaultSourceFolder(File) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- 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.
- setEncoding(String) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- setExcludes(List<String>) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- setFailOnError(boolean) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- 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.
- setIncludes(List<String>) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- setJslint(File) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Specify an alternative version of jslint.
- setJslint(File) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
The location of the JSLint source file.
- setOptions(String) - Method in class com.googlecode.jslint4java.ant.JSLintTask
-
Set the options for running JSLint.
- setOptions(Map<String, String>) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- setOutputFolder(File) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- setSkip(boolean) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- setSourceFolders(List<File>) - Method in class com.googlecode.jslint4java.maven.JSLintMojo
-
- 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.
- skip(long) - Method in class com.googlecode.jslint4java.UnicodeBomInputStream
- skipBOM() - Method in class com.googlecode.jslint4java.UnicodeBomInputStream
-
Skips the BOM
that was found in the wrapped
InputStream
object.
- spaces(int) - Method in class com.googlecode.jslint4java.formatter.PlainFormatter
-
Return a string of howmany spaces.
- StringArray - Class in com.googlecode.jslint4java
-
A convenient shim to allow creating an array from a comma separated list in a
string.