asd
Class MergeGrammars
java.lang.Object
asd.MergeGrammars
public class MergeGrammars
- extends java.lang.Object
Merges grammars in files whose names are listed second through last
in lines from System.in and writes the result to the file whose name
is listed in the first line from System.in.
Command line usage:
java asd/MergeGrammars < buildList.txt
where buildList.txt contains a list of file names, one per grammar, on
separate lines, starting with the name of the file for the resulting merged
grammar and followed by the names of the files to be merged, in the order
in which they are to be merged.
- Author:
- James A. Mason
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeGrammars
public MergeGrammars()
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.reflect.InvocationTargetException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException