Class CommandLineHandlerExamplesGraph

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

public class CommandLineHandlerExamplesGraph extends Object implements Callable<Integer>
  • Constructor Details

    • CommandLineHandlerExamplesGraph

      public CommandLineHandlerExamplesGraph()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to create sample graphs.

      Use java -jar MessageVortex.jar example graph --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