|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsigml2gsigml.Main
public class Main
Main class for the (arbitrary) SiGML to Gestural SiGML Converter.
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Converts arbitrary SiGML to Gestural SiGML, using SiGMLInLib. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.io.IOException
-d in_dir [out_dir], where, if it is not explicitly
specified, the output directory path is obtained by appending
-g to that of the input directory. In the first mode the
result is provided on standard output.
In the second mode, the output directory should not exist already,
and each file in the input directory whose name ends with .sigml is converted to a corresponding file, with name ending
in -g.sigml, in the output directory.
Whatever its source, each input document should be UTF-8,
and each output document is provided as UTF-8.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||