public interface AppLauncherResultType
AppLauncher result types.| Modifier and Type | Field and Description |
|---|---|
static char |
CONFIGURATIONFILE_DONT_EXIST
The configuration file does not exist.
|
static char |
CONFIGURATIONFILE_UNDEFINED
The configuration file is not defined.
|
static char |
INCOMPATIBLE_VERSION
The Java version is not compatible with the required version.
|
static char |
LAUNCH_FAILED
The launch failed.
|
static char |
LAUNCH_OK
The launch completed correctly.
|
static char |
LAUNCHABLE_DONT_EXIST
The library to launch don't exist.
|
static char |
LAUNCHABLE_UNDEFINED
The library to launch is not defined.
|
static final char LAUNCH_OK
static final char LAUNCHABLE_UNDEFINED
AppLauncher.getLaunchable() must not return null.static final char CONFIGURATIONFILE_UNDEFINED
AppLauncher.getConfigurationFile() must not return null.static final char CONFIGURATIONFILE_DONT_EXIST
static final char LAUNCHABLE_DONT_EXIST
static final char INCOMPATIBLE_VERSION
static final char LAUNCH_FAILED