Interface LauncherParent
- All Known Implementing Classes:
- BootstrapSwing,- BootstrapSwingFS
public interface LauncherParent
- 
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 StringA List of system args which should be applied on a relaunch of the JVM if they are present in the running JVM.
- 
Method SummaryModifier and TypeMethodDescriptiongetLaunchProperty(String propertyName) voidhandleError(String message) Should show the error message with an option to retry or abort.voidshowSplash(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_ARGSA 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
- 
handleErrorShould show the error message with an option to retry or abort.
 
-