Interface ToolHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EXIT_OK
      Exit code for operations ended with no errors.
    • Field Detail

      • EXIT_OK

        static final int EXIT_OK
        Exit code for operations ended with no errors.
        See Also:
        Constant Field Values
    • Method Detail

      • handle

        int handle​(Properties params)
            throws Exception

        Does the operation of this handler.

        Parameters:
        params - the params
        Returns:
        the result code of the operation
        Throws:
        Exception - if issues arises