Package org.fugerit.java.tool.test
Class LoggerTest
- java.lang.Object
-
- org.fugerit.java.tool.ToolHandlerHelper
-
- org.fugerit.java.tool.test.LoggerTest
-
- All Implemented Interfaces:
ToolHandler
public class LoggerTest extends ToolHandlerHelper
Tool to correct character encoding.
- Author:
- Fugerit
-
-
Field Summary
-
Fields inherited from class org.fugerit.java.tool.ToolHandlerHelper
ARG_EXTRA_JAR, EXIT_KO_DEFAULT, LOG_PARAM_LITERAL
-
Fields inherited from interface org.fugerit.java.tool.ToolHandler
EXIT_OK
-
-
Constructor Summary
Constructors Constructor Description LoggerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthandleWorker(Properties params)Handler worker method.-
Methods inherited from class org.fugerit.java.tool.ToolHandlerHelper
getClassLoader, getHelp, handle
-
-
-
-
Method Detail
-
handleWorker
public int handleWorker(Properties params) throws RunToolException
Description copied from class:ToolHandlerHelperHandler worker method.
- Specified by:
handleWorkerin classToolHandlerHelper- Parameters:
params- ths params for the tool- Returns:
- exit code (0 is all ok)
- Throws:
RunToolException- issues if problems arise
-
-