Class Echo

java.lang.Object
  extended byEcho

public class Echo
extends java.lang.Object

A command line tool to exercise Beck.


Constructor Summary
Echo()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Use the mapping file named arg[0] to copy from the XML files named arg[1], arg[2] etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Echo

public Echo()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.lang.Exception
Use the mapping file named arg[0] to copy from the XML files named arg[1], arg[2] etc. to objects and then back to XML via System.out. For best results, set this System property (e.g. on the command line): -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser

Throws:
java.lang.Exception