Class CommandLineHandlerExamplesAddress

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

public class CommandLineHandlerExamplesAddress extends Object implements Callable<Integer>

creates sample adress representations for MessageVortex.

  • Constructor Details

    • CommandLineHandlerExamplesAddress

      public CommandLineHandlerExamplesAddress()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to create sample addresses.

      Use java -jar MessageVortex.jar example address --help to get all supported parameters.

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