Class Main

  • java.lang.Object
    • com.vmware.gemfire.bootstrap.Main

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

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(@NotNull java.lang.String[] args)
      Boot class main method that takes another main class with args.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

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