Interface NativeLaunchManager
public interface NativeLaunchManager
Manages native Client Launcher executables
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns true if a Linux Designer Launcher executable is available in the local GatewaybooleanReturns true if a Linux Vision Client Launcher executable is available in the local GatewaybooleanReturns true if a Linux Workstation executable is available in the local GatewaybooleanReturns true if an OSX Designer Launcher executable is available in the local GatewaybooleanReturns true if an OSX Vision Client Launcher executable is available in the local GatewaybooleanReturns true if an OSX Workstation executable is available in the local GatewaybooleanReturns true if a Windows Designer Launcher executable is available in the local GatewaybooleanReturns true if a Windows Vision Client Launcher executable is available in the local GatewaybooleanReturns true if a Windows Workstation executable is available in the local Gateway
- 
Field Details- 
VISION_LAUNCHER_WINDOWS- See Also:
 
- 
VISION_LAUNCHER_LINUX- See Also:
 
- 
VISION_LAUNCHER_OSX- See Also:
 
- 
WORKSTATION_WINDOWS- See Also:
 
- 
WORKSTATION_LINUX- See Also:
 
- 
WORKSTATION_OSX- See Also:
 
- 
DESIGNER_LAUNCHER_WINDOWS- See Also:
 
- 
DESIGNER_LAUNCHER_LINUX- See Also:
 
- 
DESIGNER_LAUNCHER_OSX- See Also:
 
- 
LEGACY_LAUNCHER_WINDOWS- See Also:
 
- 
LEGACY_LAUNCHER_LINUX- See Also:
 
- 
PARAM_WINDOWS- See Also:
 
- 
PARAM_LINUX- See Also:
 
- 
PARAM_OSX- See Also:
 
- 
PARAM_MAC- See Also:
 
- 
PARAM_DESIGNER- See Also:
 
- 
PARAM_VISION_CLIENT- See Also:
 
- 
PARAM_WORKSTATION- See Also:
 
- 
PARAM_VISION- See Also:
 
- 
LEGACY_LAUNCHER- See Also:
 
 
- 
- 
Method Details- 
hasWindowsLauncherboolean hasWindowsLauncher()Returns true if a Windows Vision Client Launcher executable is available in the local Gateway
- 
hasLinuxLauncherboolean hasLinuxLauncher()Returns true if a Linux Vision Client Launcher executable is available in the local Gateway
- 
hasOSXLauncherboolean hasOSXLauncher()Returns true if an OSX Vision Client Launcher executable is available in the local Gateway
- 
hasWindowsWorkstationboolean hasWindowsWorkstation()Returns true if a Windows Workstation executable is available in the local Gateway
- 
hasLinuxWorkstationboolean hasLinuxWorkstation()Returns true if a Linux Workstation executable is available in the local Gateway
- 
hasOSXWorkstationboolean hasOSXWorkstation()Returns true if an OSX Workstation executable is available in the local Gateway
- 
hasWindowsDesignerLauncherboolean hasWindowsDesignerLauncher()Returns true if a Windows Designer Launcher executable is available in the local Gateway
- 
hasLinuxDesignerLauncherboolean hasLinuxDesignerLauncher()Returns true if a Linux Designer Launcher executable is available in the local Gateway
- 
hasOSXDesignerLauncherboolean hasOSXDesignerLauncher()Returns true if an OSX Designer Launcher executable is available in the local Gateway
 
-