org.jtheque.core
Class CoreLauncher

java.lang.Object
  extended by org.jtheque.core.CoreLauncher

public class CoreLauncher
extends java.lang.Object

A simple launcher for XML applications.

Author:
Baptiste Wicht

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

Constructor Detail

CoreLauncher

public CoreLauncher()
Method Detail

main

public static void main(java.lang.String[] args)
Launch the application. The application is read from the "application.xml" file at the same location than the core.

Parameters:
args - No args will be read.


Copyright © 2009 JTheque. All Rights Reserved.