public interface ToolHandler
Interface for every tool in this project.
Modifier and Type | Field and Description |
---|---|
static int |
EXIT_OK
Exit code for operations ended with no errors.
|
Modifier and Type | Method and Description |
---|---|
int |
handle(Properties params)
Does the operation of this handler.
|
static final int EXIT_OK
int handle(Properties params) throws Exception
Does the operation of this handler.
params
- the paramsException
- if issues arisesCopyright © 2020 Fugerit. All rights reserved.