Uses of Class
synergynetframework.appsystem.launcher.client.SynergyNetLauncher.OSName

Packages that use SynergyNetLauncher.OSName
synergynetframework.appsystem.launcher.client   
 

Uses of SynergyNetLauncher.OSName in synergynetframework.appsystem.launcher.client
 

Methods in synergynetframework.appsystem.launcher.client that return SynergyNetLauncher.OSName
static SynergyNetLauncher.OSName ProcessStarter.getOsName()
          Gets the os name.
static SynergyNetLauncher.OSName SynergyNetLauncher.OSName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SynergyNetLauncher.OSName[] SynergyNetLauncher.OSName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.