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 andautocompletionfunctionality. -
-
Uses of CommandLine.IHelpFactory in picocli
Methods in picocli that return CommandLine.IHelpFactory Modifier and Type Method Description CommandLine.IHelpFactoryCommandLine. getHelpFactory()Returns theIHelpFactorythat is used to construct the usage help message.CommandLine.IHelpFactoryCommandLine.Model.UsageMessageSpec. helpFactory()Returns theIHelpFactorythat is used to construct the usage help message.Methods in picocli with parameters of type CommandLine.IHelpFactory Modifier and Type Method Description CommandLine.Model.UsageMessageSpecCommandLine.Model.UsageMessageSpec. helpFactory(CommandLine.IHelpFactory helpFactory)Sets a newIHelpFactoryto customize the usage help message.CommandLineCommandLine. setHelpFactory(CommandLine.IHelpFactory helpFactory)Sets a newIHelpFactoryto customize the usage help message.
-