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
Classes in picocli that implement CommandLine.IHelpFactory Modifier and Type Class Description private static class
CommandLine.DefaultHelpFactory
Fields in picocli declared as CommandLine.IHelpFactory Modifier and Type Field Description private CommandLine.IHelpFactory
CommandLine.Model.UsageMessageSpec. helpFactory
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.private CommandLine.IHelpFactory
CommandLine.Help. getHelpFactory()
Returns theIHelpFactory
that this Help was constructed with.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.
-