Class AbstractCommandLineArguments

    • Field Detail

      • otherArgs

        @Nonnull
        private List<String> otherArgs
        Command-line arguments which are not part of options.
      • verbose

        private boolean verbose
        Verbose logging has been requested.
      • quiet

        private boolean quiet
        Quiet logging has been requested.
      • logConfig

        @Nullable
        private String logConfig
        Name of a specific logging configuration, if one has been requested.
      • help

        private boolean help
        Help has been requested.
      • version

        private boolean version
        Version has been requested.
      • ansi

        private boolean ansi
        Use ANSI color codes.
      • languageRanges

        @Nullable
        private String languageRanges
        RFC4647 language ranges.
    • Constructor Detail

      • AbstractCommandLineArguments

        public AbstractCommandLineArguments()