Interface Configuration.Builder<T extends Configuration>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T build​(java.lang.String[] args)
      Builds the Configuration from the given command-line arguments.
      void printUsage()
      Prints the command-line usage for the application based on the options supported by this builder.
    • Method Detail

      • build

        T build​(java.lang.String[] args)
        Builds the Configuration from the given command-line arguments.
        Throws:
        java.lang.IllegalArgumentException - if unable to build the configuration for any reason.
      • printUsage

        void printUsage()
        Prints the command-line usage for the application based on the options supported by this builder.