Uses of Interface
picocli.CommandLine.IHelpFactory
-
Packages that use CommandLine.IHelpFactory Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IHelpFactory in picocli
Methods in picocli that return CommandLine.IHelpFactory Modifier and Type Method Description CommandLine.IHelpFactory
CommandLine. getHelpFactory()
Returns theIHelpFactory
that is used to construct the usage help message.CommandLine.IHelpFactory
CommandLine.Model.UsageMessageSpec. helpFactory()
Returns theIHelpFactory
that is used to construct the usage help message.Methods in picocli with parameters of type CommandLine.IHelpFactory Modifier and Type Method Description CommandLine.Model.UsageMessageSpec
CommandLine.Model.UsageMessageSpec. helpFactory(CommandLine.IHelpFactory helpFactory)
Sets a newIHelpFactory
to customize the usage help message.CommandLine
CommandLine. setHelpFactory(CommandLine.IHelpFactory helpFactory)
Sets a newIHelpFactory
to customize the usage help message.
-