public static final class HelpGenerator.Default<T> extends java.lang.Object implements HelpGenerator<T>
HelpGenerator.Default<T>RESULTS_PER_PAGE| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.util.List<T> |
generate(@NotNull Context context,
@NotNull java.util.List<BladeCommand> commands)
Generates help text for the given list of commands within the provided context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterCommands@NotNull public @NotNull java.util.List<T> generate(@NotNull @NotNull Context context, @NotNull @NotNull java.util.List<BladeCommand> commands)
HelpGeneratorgenerate in interface HelpGenerator<T>context - the context in which the help is generatedcommands - the list of commands to generate help for