Package org.wildfly.prospero.cli
Class CustomHelp.CustomHelpFactory
java.lang.Object
org.wildfly.prospero.cli.CustomHelp.CustomHelpFactory
- All Implemented Interfaces:
picocli.CommandLine.IHelpFactory
- Enclosing class:
- CustomHelp
public static class CustomHelp.CustomHelpFactory
extends Object
implements picocli.CommandLine.IHelpFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpicocli.CommandLine.Helpcreate(picocli.CommandLine.Model.CommandSpec commandSpec, picocli.CommandLine.Help.ColorScheme colorScheme)
-
Constructor Details
-
CustomHelpFactory
public CustomHelpFactory()
-
-
Method Details
-
create
public picocli.CommandLine.Help create(picocli.CommandLine.Model.CommandSpec commandSpec, picocli.CommandLine.Help.ColorScheme colorScheme) - Specified by:
createin interfacepicocli.CommandLine.IHelpFactory
-