Class OakHelpFormatter

  • All Implemented Interfaces:
    joptsimple.HelpFormatter

    public class OakHelpFormatter
    extends Object
    implements joptsimple.HelpFormatter
    • Constructor Detail

      • OakHelpFormatter

        public OakHelpFormatter​(Iterable<OptionsBean> optionBeans,
                                @Nullable
                                @Nullable String commandName,
                                @Nullable
                                @Nullable String summary,
                                @Nullable
                                @Nullable String connectionString)
    • Method Detail

      • format

        public String format​(Map<String,​? extends joptsimple.OptionDescriptor> options)
        Specified by:
        format in interface joptsimple.HelpFormatter