|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.jslint4java.JSLintResult
public class JSLintResult
The result of a JSLint run.
Nested Class Summary | |
---|---|
static class |
JSLintResult.ResultBuilder
Allow constructing a result class in such a way that we can publish immutable instances, even from outside this package. |
Method Summary | |
---|---|
long |
getDuration()
How long did JSLint take to run? (milliseconds) |
List<JSFunction> |
getFunctions()
Return a list of functions defined. |
List<String> |
getGlobals()
List all names defined in the global namespace. |
List<Issue> |
getIssues()
Return a list of all issues that JSLint found with this source code. |
Map<String,Integer> |
getMember()
A count of how many times each member name is defined. |
String |
getName()
The name of the source file just validated. |
String |
getReport()
An HTML report of the source file. |
List<String> |
getUrls()
A list of URLs encountered (when parsing HTML). |
boolean |
isJson()
Was this JSON? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getDuration()
public List<JSFunction> getFunctions()
public List<String> getGlobals()
public List<Issue> getIssues()
public Map<String,Integer> getMember()
public String getName()
public String getReport()
public List<String> getUrls()
public boolean isJson()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |