net.sf.xenqtt
Class Xenqtt

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

public final class Xenqtt
extends Object

The entry point into the application when either the proxy or the gateway are run.


Constructor Summary
Xenqtt()
           
 
Method Summary
static XenqttApplication getApplication(String appName)
           
static Collection<XenqttApplication> getApplications()
           
static String getAppSpecificUsageText(XenqttApplication application)
           
static String getFullUsageText()
           
static void main(String... args)
          The entry point into Xenqtt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xenqtt

public Xenqtt()
Method Detail

main

public static void main(String... args)
The entry point into Xenqtt.

Parameters:
args -

The arguments specified by the user at the command-line. You can supply global logging flags (-v, -vv, or -v -v) and Xenqtt application to run.

To get app-specific help information use the help app and then specify the app name to get help for (e.g. help proxy)


getApplications

public static Collection<XenqttApplication> getApplications()
Returns:
All applications

getApplication

public static XenqttApplication getApplication(String appName)
Returns:
The application with the specified name (case insensitive). Null if there is no app with the specified name.

getAppSpecificUsageText

public static String getAppSpecificUsageText(XenqttApplication application)
Returns:
The usage text for a specific application

getFullUsageText

public static String getFullUsageText()
Returns:
The full usage text for xenqtt


Copyright © 2013. All Rights Reserved.