- java.lang.Object
-
- org.leadpony.justify.cli.Launcher
-
public class Launcher extends java.lang.ObjectThe entry class of this program.- Author:
- leadpony
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_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.Statuslaunch(java.lang.String[] args)Launches the problem.static voidmain(java.lang.String[] args)The entry point of this program.
-
-
-
Field Detail
-
PROPERTY_USE_JANSI
public static final java.lang.String PROPERTY_USE_JANSI
- See Also:
- Constant Field Values
-
-
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.
-
-