Uses of Interface
picocli.CommandLine.IDefaultValueProvider
-
-
Uses of CommandLine.IDefaultValueProvider in picocli
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
-