Package org.fugerit.java.tool.fixed
Class ExtractFixedConfigHandler
java.lang.Object
org.fugerit.java.tool.ToolHandlerHelper
org.fugerit.java.tool.fixed.ExtractFixedConfigHandler
- All Implemented Interfaces:
ToolHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringArg for input filestatic final StringArg output beanstatic final StringArg output xmlFields inherited from class org.fugerit.java.tool.ToolHandlerHelper
ARG_EXTRA_JAR, EXIT_KO_DEFAULT, LOG_PARAM_LITERAL, loggerFields inherited from interface org.fugerit.java.tool.ToolHandler
EXIT_OK -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fugerit.java.tool.ToolHandlerHelper
getClassLoader, getHelp, handle
-
Field Details
-
PARAM_INPUT_FILE
Arg for input file- See Also:
-
PARAM_OUTPUT_XML
Arg output xml- See Also:
-
PARAM_OUTPUT_BEAN
Arg output bean- See Also:
-
-
Constructor Details
-
ExtractFixedConfigHandler
public ExtractFixedConfigHandler()
-
-
Method Details
-
handleWorker
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
-