Class CliFlags

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> arguments  
      boolean help  
    • Constructor Summary

      Constructors 
      Constructor Description
      CliFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • arguments

        public java.util.List<java.lang.String> arguments
      • help

        public boolean help
    • Constructor Detail

      • CliFlags

        public CliFlags()