Package com.redis.riot
Class RiotCommandLine
- java.lang.Object
-
- picocli.CommandLine
-
- com.redis.riot.RiotCommandLine
-
public class RiotCommandLine extends picocli.CommandLine
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class picocli.CommandLine
picocli.CommandLine.AbstractHandler<R extends java.lang.Object,T extends picocli.CommandLine.AbstractHandler<R,T>>, picocli.CommandLine.AbstractParseResultHandler<R extends java.lang.Object>, picocli.CommandLine.ArgGroup, picocli.CommandLine.Command, picocli.CommandLine.DefaultExceptionHandler<R extends java.lang.Object>, picocli.CommandLine.DuplicateNameException, picocli.CommandLine.DuplicateOptionAnnotationsException, picocli.CommandLine.ExecutionException, picocli.CommandLine.ExitCode, picocli.CommandLine.Help, picocli.CommandLine.HelpCommand, picocli.CommandLine.IDefaultValueProvider, picocli.CommandLine.IExceptionHandler, picocli.CommandLine.IExceptionHandler2<R extends java.lang.Object>, picocli.CommandLine.IExecutionExceptionHandler, picocli.CommandLine.IExecutionStrategy, picocli.CommandLine.IExitCodeExceptionMapper, picocli.CommandLine.IExitCodeGenerator, picocli.CommandLine.IFactory, picocli.CommandLine.IHelpCommandInitializable, picocli.CommandLine.IHelpCommandInitializable2, picocli.CommandLine.IHelpFactory, picocli.CommandLine.IHelpSectionRenderer, picocli.CommandLine.IModelTransformer, picocli.CommandLine.INegatableOptionTransformer, picocli.CommandLine.InitializationException, picocli.CommandLine.IParameterConsumer, picocli.CommandLine.IParameterExceptionHandler, picocli.CommandLine.IParameterPreprocessor, picocli.CommandLine.IParseResultHandler, picocli.CommandLine.IParseResultHandler2<R extends java.lang.Object>, picocli.CommandLine.ITypeConverter<K extends java.lang.Object>, picocli.CommandLine.IVersionProvider, picocli.CommandLine.MaxValuesExceededException, picocli.CommandLine.MissingParameterException, picocli.CommandLine.MissingTypeConverterException, picocli.CommandLine.Mixin, picocli.CommandLine.Model, picocli.CommandLine.MutuallyExclusiveArgsException, picocli.CommandLine.Option, picocli.CommandLine.OverwrittenOptionException, picocli.CommandLine.ParameterException, picocli.CommandLine.ParameterIndexGapException, picocli.CommandLine.Parameters, picocli.CommandLine.ParentCommand, picocli.CommandLine.ParseResult, picocli.CommandLine.PicocliException, picocli.CommandLine.PropertiesDefaultProvider, picocli.CommandLine.Range, picocli.CommandLine.RegexTransformer, picocli.CommandLine.RunAll, picocli.CommandLine.RunFirst, picocli.CommandLine.RunLast, picocli.CommandLine.ScopeType, picocli.CommandLine.Spec, picocli.CommandLine.TypeConversionException, picocli.CommandLine.Unmatched, picocli.CommandLine.UnmatchedArgumentException
-
-
Constructor Summary
Constructors Constructor Description RiotCommandLine(RiotApp app, picocli.CommandLine.IExecutionStrategy executionStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description picocli.CommandLine.ParseResult
parseArgs(java.lang.String... args)
-
Methods inherited from class picocli.CommandLine
addMixin, addSubcommand, addSubcommand, addSubcommand, call, call, call, call, call, call, call, call, clearExecutionResults, defaultExceptionHandler, defaultFactory, execute, executeHelpRequest, getAtFileCommentChar, getColorScheme, getCommand, getCommandMethods, getCommandName, getCommandSpec, getDefaultValueProvider, getEndOfOptionsDelimiter, getErr, getExecutionExceptionHandler, getExecutionResult, getExecutionStrategy, getExitCodeExceptionMapper, getFactory, getHelp, getHelpFactory, getHelpSectionKeys, getHelpSectionMap, getMixins, getNegatableOptionTransformer, getOut, getParameterExceptionHandler, getParent, getParseResult, getResourceBundle, getSeparator, getSubcommands, getUnmatchedArguments, getUsageHelpLongOptionsMaxWidth, getUsageHelpWidth, getUsageMessage, getUsageMessage, getUsageMessage, invoke, invoke, invoke, invoke, isAbbreviatedOptionsAllowed, isAbbreviatedSubcommandsAllowed, isAdjustLineBreaksForWideCJKCharacters, isCaseInsensitiveEnumValuesAllowed, isExpandAtFiles, isInterpolateVariables, isOptionsCaseInsensitive, isOverwrittenOptionsAllowed, isPosixClusteredShortOptionsAllowed, isSplitQuotedStrings, isStopAtPositional, isStopAtUnmatched, isSubcommandsCaseInsensitive, isToggleBooleanFlags, isTrimQuotes, isUnmatchedArgumentsAllowed, isUnmatchedOptionsAllowedAsOptionParameters, isUnmatchedOptionsArePositionalParams, isUsageHelpAutoWidth, isUsageHelpRequested, isUseSimplifiedAtFiles, isVersionHelpRequested, parse, parseWithHandler, parseWithHandler, parseWithHandlers, parseWithHandlers, populateCommand, populateSpec, printHelpIfRequested, printHelpIfRequested, printHelpIfRequested, printHelpIfRequested, printVersionHelp, printVersionHelp, printVersionHelp, printVersionHelp, printVersionHelp, registerConverter, run, run, run, run, run, run, run, run, setAbbreviatedOptionsAllowed, setAbbreviatedSubcommandsAllowed, setAdjustLineBreaksForWideCJKCharacters, setAtFileCommentChar, setCaseInsensitiveEnumValuesAllowed, setColorScheme, setCommandName, setDefaultValueProvider, setEndOfOptionsDelimiter, setErr, setExecutionExceptionHandler, setExecutionResult, setExecutionStrategy, setExitCodeExceptionMapper, setExpandAtFiles, setHelpFactory, setHelpSectionKeys, setHelpSectionMap, setInterpolateVariables, setNegatableOptionTransformer, setOptionsCaseInsensitive, setOut, setOverwrittenOptionsAllowed, setParameterExceptionHandler, setPosixClusteredShortOptionsAllowed, setResourceBundle, setSeparator, setSplitQuotedStrings, setStopAtPositional, setStopAtUnmatched, setSubcommandsCaseInsensitive, setToggleBooleanFlags, setTrimQuotes, setUnmatchedArgumentsAllowed, setUnmatchedOptionsAllowedAsOptionParameters, setUnmatchedOptionsArePositionalParams, setUsageHelpAutoWidth, setUsageHelpLongOptionsMaxWidth, setUsageHelpWidth, setUseSimplifiedAtFiles, usage, usage, usage, usage, usage, usage, usage, usage, usage
-
-
-
-
Constructor Detail
-
RiotCommandLine
public RiotCommandLine(RiotApp app, picocli.CommandLine.IExecutionStrategy executionStrategy)
-
-