Package ca.phon.app.hooks
Interface PhonBootHook
- All Known Implementing Classes:
BootHook
public interface PhonBootHook
Interface used to perform operations before Phon is
started using the
BootWindow
.
These hooks are called just before the application is
executed and allow modification of the ProcessBuilder
and command.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setupEnvironment
(Map<String, String> environment) Modify/add to environment for the application.void
setupVMOptions
(List<String> vmopts) Modify/add to a list of vmoptions for the application.
-
Method Details
-
setupVMOptions
Modify/add to a list of vmoptions for the application.- Parameters:
vmopts
-
-
setupEnvironment
Modify/add to environment for the application.- Parameters:
environment
-
-