synergynetframework.appsystem.launcher.client
Class ProcessStarter

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

public class ProcessStarter
extends java.lang.Object

The Class ProcessStarter.


Constructor Summary
ProcessStarter()
           
 
Method Summary
static java.lang.String getClasspathString()
          Gets the classpath string.
static SynergyNetLauncher.OSName getOsName()
          Gets the os name.
static void start(java.lang.String resource)
          Start.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessStarter

public ProcessStarter()
Method Detail

getClasspathString

public static java.lang.String getClasspathString()
Gets the classpath string.

Returns:
the classpath string

getOsName

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

Returns:
the os name

start

public static void start(java.lang.String resource)
                  throws java.io.IOException
Start.

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