|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.tireme.shared.commandline.CanonXML
public class CanonXML
Canonical transformation of an input file.
| Constructor Summary | |
|---|---|
CanonXML()
|
|
| Method Summary | |
|---|---|
static void |
canon(java.lang.String fileIn,
java.lang.String fileOut)
|
static void |
main(java.lang.String[] argv)
Main class for running the program. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanonXML()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
-in filenameIn.xml: The file to canonize[-out filenameOut.xml]: The file path for the generated canonized file. If not provided, the
output file is filenameIn.xml.can.xml
argv - parameters arguments
public static void canon(java.lang.String fileIn,
java.lang.String fileOut)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||