Class Launcher


  • public class Launcher
    extends java.lang.Object
    The entry class of this program.
    Author:
    leadpony
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_USE_JANSI  
    • Constructor Summary

      Constructors 
      Constructor Description
      Launcher()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.leadpony.justify.cli.Status launch​(java.lang.String[] args)
      Launches the problem.
      static void main​(java.lang.String[] args)
      The entry point of this program.
      • Methods inherited from class java.lang.Object

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

      • PROPERTY_USE_JANSI

        public static final java.lang.String PROPERTY_USE_JANSI
        See Also:
        Constant Field Values
    • Constructor Detail

      • Launcher

        public Launcher()
    • Method Detail

      • launch

        public org.leadpony.justify.cli.Status launch​(java.lang.String[] args)
        Launches the problem.
        Parameters:
        args - the arguments given to this program.
        Returns:
        the status code of this problem.
      • main

        public static void main​(java.lang.String[] args)
        The entry point of this program.
        Parameters:
        args - the arguments given to this program.