Class Main


  • public final class Main
    extends java.lang.Object
    A shell version of the MapPrinter. Can be used for testing or for calling from other languages than Java.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_SPRING_CONTEXT
      Name of the default spring context file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method.
      static void runMain​(java.lang.String[] args)
      Runs the print.
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_SPRING_CONTEXT

        public static final java.lang.String DEFAULT_SPRING_CONTEXT
        Name of the default spring context file.
        See Also:
        Constant Field Values
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Main method.
        Parameters:
        args - the cli arguments
        Throws:
        java.lang.Exception
      • runMain

        public static void runMain​(java.lang.String[] args)
                            throws java.lang.Exception
        Runs the print.
        Parameters:
        args - the cli arguments
        Throws:
        java.lang.Exception