Class Launcher

java.lang.Object
org.leadpony.justify.cli.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

    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 Details

  • Constructor Details

  • Method Details

    • 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.