Class CobiGenCLI


  • public class CobiGenCLI
    extends java.lang.Object
    Starting point of the CobiGen CLI. Contains the main method.
    • Constructor Summary

      Constructors 
      Constructor Description
      CobiGenCLI()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Main starting point of the CLI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CobiGenCLI

        public CobiGenCLI()
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
        Main starting point of the CLI. Here we parse the arguments from the user.
        Parameters:
        args - list of arguments the user has passed