Uses of Interface
picocli.CommandLine.IDefaultValueProvider
-
Packages that use CommandLine.IDefaultValueProvider Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IDefaultValueProvider in picocli
Classes in picocli that implement CommandLine.IDefaultValueProvider Modifier and Type Class Description static class
CommandLine.PropertiesDefaultProvider
IDefaultValueProvider
implementation that loads default values for command line options and positional parameters from a properties file orProperties
object.Methods in picocli that return CommandLine.IDefaultValueProvider Modifier and Type Method Description CommandLine.IDefaultValueProvider
CommandLine.Model.CommandSpec. defaultValueProvider()
Returns the default value provider for this command.CommandLine.IDefaultValueProvider
CommandLine. getDefaultValueProvider()
Returns the default value provider for the command, ornull
if none has been set.Methods in picocli that return types with arguments of type CommandLine.IDefaultValueProvider Modifier and Type Method Description Class<? extends CommandLine.IDefaultValueProvider>
defaultValueProvider()
Class that can provide default values dynamically at runtime.Methods in picocli with parameters of type CommandLine.IDefaultValueProvider Modifier and Type Method Description CommandLine.Model.CommandSpec
CommandLine.Model.CommandSpec. defaultValueProvider(CommandLine.IDefaultValueProvider defaultValueProvider)
Sets default value provider for this command.CommandLine
CommandLine. setDefaultValueProvider(CommandLine.IDefaultValueProvider newValue)
Sets a default value provider for the command and sub-commands
-