Interface ApplicationLauncher

  • All Known Implementing Classes:
    CommandLine, ProjectCommandLine

    @OpenApiAll
    public interface ApplicationLauncher
    Defines interface for all classes that wants to launch MD specific application.
    • Method Detail

      • launch

        void launch​(java.lang.String[] args)
             throws java.lang.Exception
        Performs application launch actions.
        Parameters:
        args - command line parameters.
        Throws:
        java.lang.Exception - if any occurs during application launch.