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.StringPROPERTY_USE_JANSI -
Constructor Summary
Constructors Constructor Description Launcher() -
Method Summary
-
Field Details
-
PROPERTY_USE_JANSI
public static final java.lang.String PROPERTY_USE_JANSI- See Also:
- Constant Field Values
-
-
Constructor Details
-
Launcher
public Launcher()
-
-
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.
-