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 Type
    Method
    Description
    void
    Modify/add to environment for the application.
    void
    Modify/add to a list of vmoptions for the application.
  • Method Details

    • setupVMOptions

      void setupVMOptions(List<String> vmopts)
      Modify/add to a list of vmoptions for the application.
      Parameters:
      vmopts -
    • setupEnvironment

      void setupEnvironment(Map<String,String> environment)
      Modify/add to environment for the application.
      Parameters:
      environment -