Class AppServer


  • public class AppServer
    extends java.lang.Object
    Author:
    Javier Paniza
    • Constructor Summary

      Constructors 
      Constructor Description
      AppServer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void run​(java.lang.String app)  
      • Methods inherited from class java.lang.Object

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

      • AppServer

        public AppServer()
    • Method Detail

      • run

        public static void run​(java.lang.String app)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception