Package org.fugerit.java.tool
Class Launcher
- java.lang.Object
-
- org.fugerit.java.tool.Launcher
-
public class Launcher extends Object
The launcher for all the tools.
- Author:
- Fugerit
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static inthandle(Properties params)static voidmain(String[] args)
-
-
-
Field Detail
-
logger
protected static final org.slf4j.Logger logger
-
ARG_TOOL
public static final String ARG_TOOL
Argument for the tool handler to use- See Also:
- Constant Field Values
-
ARG_VERBOSE
public static final String ARG_VERBOSE
Argument for the the verbose version- See Also:
- Constant Field Values
-
ARG_HELP
public static final String ARG_HELP
Argumento for the help- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public static int handle(Properties params)
-
main
public static void main(String[] args)
-
-