Package org.fugerit.java.tool.fixed
Class FixedToExcel
- java.lang.Object
-
- org.fugerit.java.tool.ToolHandlerHelper
-
- org.fugerit.java.tool.fixed.FixedToExcel
-
- All Implemented Interfaces:
ToolHandler
public class FixedToExcel extends ToolHandlerHelper
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_CONFIG_IDArg for input configstatic StringPARAM_INPUT_CONFIGArg for input configstatic StringPARAM_INPUT_FILEArg for input filestatic StringPARAM_OUTPUT_XLSArg output xml-
Fields inherited from class org.fugerit.java.tool.ToolHandlerHelper
ARG_EXTRA_JAR, EXIT_KO_DEFAULT, LOG_PARAM_LITERAL, logger
-
Fields inherited from interface org.fugerit.java.tool.ToolHandler
EXIT_OK
-
-
Constructor Summary
Constructors Constructor Description FixedToExcel()
-
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
-
-
-
-
Field Detail
-
PARAM_INPUT_FILE
public static final String PARAM_INPUT_FILE
Arg for input file- See Also:
- Constant Field Values
-
PARAM_INPUT_CONFIG
public static final String PARAM_INPUT_CONFIG
Arg for input config- See Also:
- Constant Field Values
-
PARAM_CONFIG_ID
public static final String PARAM_CONFIG_ID
Arg for input config- See Also:
- Constant Field Values
-
PARAM_OUTPUT_XLS
public static final String PARAM_OUTPUT_XLS
Arg output xml- See Also:
- Constant Field Values
-
-
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
-
-