net.happygiraffe.jslint
Class Main

java.lang.Object
  extended by net.happygiraffe.jslint.Main

public class Main
extends Object

A command line interface to JSLint.

Version:
$Id$
Author:
dom

Method Summary
static void main(String[] args)
          The main entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
The main entry point. Try passing in "--help" for more details.

Parameters:
args - One or more JavaScript files.
Throws:
IOException