Interface Launcher


  • public interface Launcher
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.io.File getHomeDir()
      Deprecated, for removal: This API element is subject to removal in a future version.
      java.lang.String getHttpUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      boolean hasArg​(java.lang.String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      void setListener​(LauncherListener listener)
      Deprecated, for removal: This API element is subject to removal in a future version.
      void start()  
      void stop()  
    • Method Detail

      • start

        void start()
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setListener

        @Deprecated(forRemoval=true)
        void setListener​(LauncherListener listener)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • stop

        void stop()
      • hasArg

        @Deprecated(forRemoval=true)
        boolean hasArg​(java.lang.String value)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getHomeDir

        @Deprecated(forRemoval=true)
        java.io.File getHomeDir()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getHttpUrl

        @Deprecated(forRemoval=true)
        java.lang.String getHttpUrl()
        Deprecated, for removal: This API element is subject to removal in a future version.