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
Classes in picocli that implement CommandLine.IHelpFactory Modifier and Type Class Description private static classCommandLine.DefaultHelpFactoryFields in picocli declared as CommandLine.IHelpFactory Modifier and Type Field Description private CommandLine.IHelpFactoryCommandLine.Model.UsageMessageSpec. helpFactoryMethods in picocli that return CommandLine.IHelpFactory Modifier and Type Method Description CommandLine.IHelpFactoryCommandLine. getHelpFactory()Returns theIHelpFactorythat is used to construct the usage help message.private CommandLine.IHelpFactoryCommandLine.Help. getHelpFactory()Returns theIHelpFactorythat this Help was constructed with.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.
-