Interface CommandLineConfiguration

All Known Implementing Classes:
DefaultCommandLineConfiguration

public interface CommandLineConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.cli.CommandLine
    createCommandLine(org.apache.commons.cli.Options options, String[] args)
     
    org.apache.commons.cli.Options
     
  • Method Details

    • createOptions

      org.apache.commons.cli.Options createOptions()
    • createCommandLine

      org.apache.commons.cli.CommandLine createCommandLine(org.apache.commons.cli.Options options, String[] args) throws org.apache.commons.cli.ParseException
      Throws:
      org.apache.commons.cli.ParseException