|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editors.validator.ValidatorBase
com.aptana.ide.editor.js.validator.JSLintValidator
public class JSLintValidator
| Constructor Summary | |
|---|---|
JSLintValidator()
MozillaJsValidator |
|
| Method Summary | |
|---|---|
protected org.eclipse.jface.preference.IPreferenceStore |
getPreferenceStore()
Returns the preference store |
IFileError[] |
parseForErrors(java.lang.String path,
java.lang.String source,
IFileSourceProvider sourceProvider,
boolean collectErrors,
boolean collectWarnings,
boolean collectInfos)
Parse source and return errors, warnings and information items if any |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSLintValidator()
| Method Detail |
|---|
public IFileError[] parseForErrors(java.lang.String path,
java.lang.String source,
IFileSourceProvider sourceProvider,
boolean collectErrors,
boolean collectWarnings,
boolean collectInfos)
IValidator
parseForErrors in interface IValidatorparseForErrors in class ValidatorBasepath - source - sourceProvider - collectErrors - collectWarnings - collectInfos - -
ignored for now
ValidatorBase.parseForErrors(String, String, IFileSourceProvider, boolean,
boolean, boolean)protected org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||