synergynetframework.appsystem.launcher.client
Class Launch

java.lang.Object
  extended by synergynetframework.appsystem.launcher.client.Launch

public class Launch
extends java.lang.Object

The Class Launch.


Nested Class Summary
static class Launch.OSName
          The Enum OSName.
 
Constructor Summary
Launch()
           
 
Method Summary
static Launch.OSName getOsName()
          Gets the os name.
static void main(java.lang.String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launch

public Launch()
Method Detail

getOsName

public static Launch.OSName getOsName()
Gets the os name.

Returns:
the os name

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
The main method.

Parameters:
args - the arguments
Throws:
java.io.IOException - Signals that an I/O exception has occurred.