Class WebServer

    • Constructor Summary

      Constructors 
      Constructor Description
      WebServer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main(java.lang.String[] unused)
      Start the transformation web server.
      • Methods inherited from class java.lang.Object

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

      • WebServer

        public WebServer()
    • Method Detail

      • main

        public static void main(java.lang.String[] unused)
        Start the transformation web server.

        Note that the main method is not used during testing. So you are free to both understand and modify this function.

        Parameters:
        unused - unused input arguments