Class CommandLineHandlerIdentityStoreDump

java.lang.Object
net.messagevortex.commandline.CommandLineHandlerIdentityStoreDump
All Implemented Interfaces:
Callable<Integer>

public class CommandLineHandlerIdentityStoreDump extends Object implements Callable<Integer>

Commandline handler for dumping the identity store.

  • Constructor Details

    • CommandLineHandlerIdentityStoreDump

      public CommandLineHandlerIdentityStoreDump()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to dump identities of an identity store.

      Use java -jar MessageVortex.jar identitystore dump --help to get all supported parameters.

      Specified by:
      call in interface Callable<Integer>
      Returns:
      the error level to be returned
      Throws:
      Exception - if anything goes wrong