-
public interface SystemPropertiesInterface which lists all the system properties which are recognised by jdmpview.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSPROP_FACTORYThe DTFJ factory used to create an Image fromstatic StringSYSPROP_LAUNCHERLauncher to usestatic StringSYSPROP_NOSYSTEMEXITNormally jdmpview will terminate with System.exit if an error is encountered when starting up.
-
-
-
Field Detail
-
SYSPROP_FACTORY
static final String SYSPROP_FACTORY
The DTFJ factory used to create an Image from- See Also:
- Constant Field Values
-
SYSPROP_LAUNCHER
static final String SYSPROP_LAUNCHER
Launcher to use- See Also:
- Constant Field Values
-
SYSPROP_NOSYSTEMEXIT
static final String SYSPROP_NOSYSTEMEXIT
Normally jdmpview will terminate with System.exit if an error is encountered when starting up. This allows batch / scripts to detect abnormal terminations. However for interactive sessions setting this property changes this behaviour so that a runtime exception can be raised and handled by the invoking process.- See Also:
- Constant Field Values
-
-