Class CommandLineOptions

java.lang.Object
com.marginallyclever.convenience.CommandLineOptions

public class CommandLineOptions extends Object
store command line options for use in the app
  • Constructor Details

    • CommandLineOptions

      public CommandLineOptions()
  • Method Details

    • set

      public void set(String[] argv)
    • hasOption

      public boolean hasOption(String option)