net.sf.xenqtt
Class XenqttBootstrap

java.lang.Object
  extended by net.sf.xenqtt.XenqttBootstrap

public final class XenqttBootstrap
extends Object

This is the entry point for xenqtt console apps. It extracts internal jars and creates a class loader that includes them. This allows us to package jars within our xenqtt jar. That class loader is then use to invoke Xenqtt.main(String...).


Constructor Summary
XenqttBootstrap()
           
 
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

XenqttBootstrap

public XenqttBootstrap()
Method Detail

main

public static void main(String... args)
                 throws Throwable
Throws:
Throwable


Copyright © 2013. All Rights Reserved.