Class Launcher


  • @Deprecated
    public class Launcher
    extends Launcher
    Deprecated.
    A compatibility wrapper for org.codehaus.plexus.classworlds.launcher.Launcher provided for legacy code
    • Constructor Detail

      • Launcher

        public Launcher()
        Deprecated.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Deprecated.
        Launch the launcher from the command line. Will exit using System.exit with an exit code of 0 for success, 100 if there was an unknown exception, or some other code for an application error.
        Parameters:
        args - The application command-line arguments.
      • mainWithExitCode

        public static int mainWithExitCode​(java.lang.String[] args)
                                    throws java.lang.Exception
        Deprecated.
        Launch the launcher.
        Parameters:
        args - The application command-line arguments.
        Returns:
        an integer exit code
        Throws:
        java.lang.Exception - If an error occurs.