Interface NativeLaunchManager
public interface NativeLaunchManager
Manages native Client Launcher executables
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if a Linux Designer Launcher executable is available in the local Gatewayboolean
Returns true if a Linux Vision Client Launcher executable is available in the local Gatewayboolean
Returns true if a Linux Workstation executable is available in the local Gatewayboolean
Returns true if an OSX Designer Launcher executable is available in the local Gatewayboolean
Returns true if an OSX Vision Client Launcher executable is available in the local Gatewayboolean
Returns true if an OSX Workstation executable is available in the local Gatewayboolean
Returns true if a Windows Designer Launcher executable is available in the local Gatewayboolean
Returns true if a Windows Vision Client Launcher executable is available in the local Gatewayboolean
Returns 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
-
hasWindowsLauncher
boolean hasWindowsLauncher()Returns true if a Windows Vision Client Launcher executable is available in the local Gateway -
hasLinuxLauncher
boolean hasLinuxLauncher()Returns true if a Linux Vision Client Launcher executable is available in the local Gateway -
hasOSXLauncher
boolean hasOSXLauncher()Returns true if an OSX Vision Client Launcher executable is available in the local Gateway -
hasWindowsWorkstation
boolean hasWindowsWorkstation()Returns true if a Windows Workstation executable is available in the local Gateway -
hasLinuxWorkstation
boolean hasLinuxWorkstation()Returns true if a Linux Workstation executable is available in the local Gateway -
hasOSXWorkstation
boolean hasOSXWorkstation()Returns true if an OSX Workstation executable is available in the local Gateway -
hasWindowsDesignerLauncher
boolean hasWindowsDesignerLauncher()Returns true if a Windows Designer Launcher executable is available in the local Gateway -
hasLinuxDesignerLauncher
boolean hasLinuxDesignerLauncher()Returns true if a Linux Designer Launcher executable is available in the local Gateway -
hasOSXDesignerLauncher
boolean hasOSXDesignerLauncher()Returns true if an OSX Designer Launcher executable is available in the local Gateway
-