Class OakHelpFormatter
- java.lang.Object
-
- org.apache.jackrabbit.oak.run.cli.OakHelpFormatter
-
- All Implemented Interfaces:
joptsimple.HelpFormatter
public class OakHelpFormatter extends Object implements joptsimple.HelpFormatter
-
-
Constructor Summary
Constructors Constructor Description OakHelpFormatter(Iterable<OptionsBean> optionBeans, @Nullable String commandName, @Nullable String summary, @Nullable String connectionString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Map<String,? extends joptsimple.OptionDescriptor> options)
-
-
-
Constructor Detail
-
OakHelpFormatter
public OakHelpFormatter(Iterable<OptionsBean> optionBeans, @Nullable @Nullable String commandName, @Nullable @Nullable String summary, @Nullable @Nullable String connectionString)
-
-