Map<String, Object> options)
throws BuildException {
if ("jslint".equals(options.get("language"))) {
try {
return new Linter().build(jsLintInputs(), depends, null, output);
} catch (IOException e) {
throw new BuildException(e);
}
} else if ("closure".equals(options.get("language"))) {