Class Main


  • public class Main
    extends Object
    A main bootstrap launcher that takes as a first argument another main class to invoke via JBoss Modules.
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(@NotNull
                                @NotNull String[] args)
                         throws Throwable
        Boot class main method that takes another main class with args.
        Parameters:
        args - mainClass [args ...]
        Throws:
        Throwable - if mainClass throws.