Package | Description |
---|---|
com.googlecode.jslint4java | |
com.googlecode.jslint4java.ant |
Modifier and Type | Method and Description |
---|---|
JSLint |
JSLintBuilder.fromClasspathResource(String resource)
Initialize the scope from a jslint.js found in the classpath.
|
JSLint |
JSLintBuilder.fromClasspathResource(String resource,
Charset encoding)
Initialize the scope from a jslint.js found in the classpath.
|
JSLint |
JSLintBuilder.fromDefault()
Initialize the scope with a default jslint.js.
|
JSLint |
JSLintBuilder.fromFile(File f)
Initialize the scope with the jslint.js passed in on the filesystem.
|
JSLint |
JSLintBuilder.fromFile(File f,
Charset encoding)
Initialize the scope with the jslint.js passed in on the filesystem.
|
JSLint |
JSLintBuilder.fromReader(Reader reader,
String name)
Initialize the scope with an arbitrary jslint.
|
Modifier and Type | Method and Description |
---|---|
JSLint |
JSLintTask.makeLint()
Create a new
JSLint object. |
Modifier and Type | Method and Description |
---|---|
void |
JSLintTask.applyOptions(JSLint lint) |
Copyright © 2007-2013. All Rights Reserved.