Interface LauncherParent
- All Known Implementing Classes:
BootstrapSwing
,BootstrapSwingFS
public interface LauncherParent
-
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
A List of system args which should be applied on a relaunch of the JVM if they are present in the running JVM. -
Method Summary
Modifier and TypeMethodDescriptiongetLaunchProperty
(String propertyName) void
handleError
(String message) Should show the error message with an option to retry or abort.void
showSplash
(SplashPanel splash)
-
Field Details
-
ARG_GATEWAY_ADDR
- See Also:
-
ARG_SCOPE
- See Also:
-
ARG_PLATFORM_EDITION
- See Also:
-
ARG_PLATFORM_PLUGINS
- See Also:
-
ARG_PROJECT
- See Also:
-
ARG_TIMESTAMP
- See Also:
-
ARG_HOOK
- See Also:
-
ARG_SCREEN
- See Also:
-
ARG_RETARGET_TOKEN
- See Also:
-
ARG_INITIAL_HEAP_SIZE
- See Also:
-
ARG_MAX_HEAP_SIZE
- See Also:
-
ARG_JAVA_VM_ARGS
- See Also:
-
ARG_TRUST_STORE_TYPE
- See Also:
-
ARG_TRUST_STORE_PEM
- See Also:
-
ARG_TRUST_STORE_DIR
- See Also:
-
FORWARDED_SYSTEM_ARGS
A List of system args which should be applied on a relaunch of the JVM if they are present in the running JVM.
-
-
Method Details
-
getLaunchProperty
-
showSplash
-
handleError
Should show the error message with an option to retry or abort.
-