org.fife.rsta.ac.java.rjc.parser
Class Main

java.lang.Object
  extended by org.fife.rsta.ac.java.rjc.parser.Main

public class Main
extends Object

Test application for the Java scanner.

Version:
1.0
Author:
Robert Futrell

Field Summary
static String PROPERTY_NO_OUTPUT
          If this system property is set to "true", output will not be written to stdout for each file.
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Program entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NO_OUTPUT

public static final String PROPERTY_NO_OUTPUT
If this system property is set to "true", output will not be written to stdout for each file.

See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Program entry point.

Parameters:
args - Command line arguments.
Throws:
IOException - If an IO error occurs.


Copyright © 2003-2011. All Rights Reserved.