Uses of Interface
picocli.CommandLine.IHelpFactory
-
Uses of CommandLine.IHelpFactory in picocli
Classes in picocli that implement CommandLine.IHelpFactoryFields in picocli declared as CommandLine.IHelpFactoryModifier and TypeFieldDescriptionprivate CommandLine.IHelpFactory
CommandLine.Model.UsageMessageSpec.helpFactory
Methods in picocli that return CommandLine.IHelpFactoryModifier and TypeMethodDescriptionCommandLine.getHelpFactory()
Returns theIHelpFactory
that is used to construct the usage help message.private CommandLine.IHelpFactory
CommandLine.Help.getHelpFactory()
Returns theIHelpFactory
that this Help was constructed with.CommandLine.Model.UsageMessageSpec.helpFactory()
Returns theIHelpFactory
that is used to construct the usage help message.Methods in picocli with parameters of type CommandLine.IHelpFactoryModifier and TypeMethodDescriptionCommandLine.Model.UsageMessageSpec.helpFactory
(CommandLine.IHelpFactory helpFactory) Sets a newIHelpFactory
to customize the usage help message.CommandLine.setHelpFactory
(CommandLine.IHelpFactory helpFactory) Sets a newIHelpFactory
to customize the usage help message.