Interface ParsedCommandLine


public interface ParsedCommandLine
  • Method Details

    • getRawArgs

      String[] getRawArgs()
    • getSwitchPrefix

      String getSwitchPrefix()
    • includesSwitch

      boolean includesSwitch(String sw)
    • getSwitchArg

      String getSwitchArg(String sw)
    • getUnswitchedArgs

      String[] getUnswitchedArgs()