Package org.fife.rsta.ac.java.rjc.parser
Class Main
java.lang.Object
org.fife.rsta.ac.java.rjc.parser.Main
Test application for the Java scanner.
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final booleanstatic final StringIf this system property is set to "true", output will not be written to stdout for each file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROPERTY_NO_OUTPUT
If this system property is set to "true", output will not be written to stdout for each file.- See Also:
-
LOG
private static final boolean LOG
-
-
Constructor Details
-
Main
private Main()Private constructor to prevent instantiation.
-
-
Method Details
-
log
-
main
Program entry point.- Parameters:
args- Command line arguments.- Throws:
IOException- If an IO error occurs.
-