chapter3.helloWorld
Class HelloWorld

java.lang.Object
  extended by chapter3.helloWorld.HelloWorld

public class HelloWorld
extends Object

A hello world example using Joran. The first and only argument of this application must be the path to the XML file to interpret. For example,

    java joran.helloWorld.HelloWorld examples/src/joran/helloWorld/hello.xml

Author:
Ceki Gulcu

Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2005-2009 QOS.ch. All Rights Reserved.