java.lang.Object
com.github.rvesse.airline.parser.ParseState<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()intgetOptionValuesSeen(OptionMetadata option) List<org.apache.commons.lang3.tuple.Pair<OptionMetadata, Object>> static <T> ParseState<T> pushContext(Context location) toString()withArgument(ArgumentsMetadata arguments, String rawValue) withCommand(CommandMetadata command) withConfiguration(ParserMetadata<T> parserConfig) withGlobal(GlobalMetadata<T> global) withGroup(CommandGroupMetadata group) withOption(OptionMetadata option) withOptionValue(OptionMetadata option, String rawValue) withUnparsedInput(String input)
-
Method Details
-
newInstance
-
pushContext
-
popContext
-
withOptionValue
-
withGlobal
-
withConfiguration
-
withGroup
-
withCommand
-
withOption
-
withArgument
-
withUnparsedInput
-
toString
-
getLocation
-
getGlobal
-
getParserConfiguration
-
getGroup
-
getCommand
-
getCurrentOption
-
getParsedOptions
-
getOptionValuesSeen
-
getParsedArguments
-
getUnparsedInput
-