Class CommandLine

java.lang.Object
com.jugubell.bproccli.cli.CommandLine

public class CommandLine extends Object
Small utility for handling command line interface It pasrses the arguments at the instanciation
Author:
Jugurtha Bellagh
  • Constructor Details

    • CommandLine

      public CommandLine(String[] args)
      Constructor of the class
      Parameters:
      args - arguments of the command
  • Method Details