Interface ToolHandler

All Known Implementing Classes:
CharsetCorrect, ExportQuery, ExtractFixedConfigHandler, FixedToExcel, LoggerTest, SendMail, ToolHandlerHelper

public interface ToolHandler

Interface for every tool in this project.

Author:
Fugerit
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Exit code for operations ended with no errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Does the operation of this handler.
  • Field Details

    • EXIT_OK

      static final int EXIT_OK
      Exit code for operations ended with no errors.
      See Also:
  • Method Details

    • handle

      int handle(Properties params)

      Does the operation of this handler.

      Parameters:
      params - the params
      Returns:
      the result code of the operation