Package be.gaudry.model.system


package be.gaudry.model.system
Provides the classes necessary to interact with the system. Some features are platform dependent like all found into the WindowsUtils.
  • Class Summary
    Class
    Description
    When an application is terminated normally, the application first starts any registered shutdown threads, waits for them to complete and then finally exits.Normal termination can be caused by a call to System.exit(), the completion of the last non-daemon thread, or the interruption of the application (control-C) by the user.
    Helps to verifier that the installed version of Java is at least sufficient for the application.
     
    Interacts with a Windows platform to provide some features The availability of all these features may be tested before by a WindowsUtils.isWindowsPlatform() call.