Uses of Class
com.github.rvesse.airline.annotations.Parser
-
Packages that use Parser Package Description com.github.rvesse.airline.annotations com.github.rvesse.airline.model -
-
Uses of Parser in com.github.rvesse.airline.annotations
Methods in com.github.rvesse.airline.annotations that return Parser Modifier and Type Method Description Parser
parserConfiguration()
Sets the parser configuration for the CLI -
Uses of Parser in com.github.rvesse.airline.model
Methods in com.github.rvesse.airline.model with parameters of type Parser Modifier and Type Method Description private static <C> ParserMetadata<C>
MetadataLoader. loadParser(Parser parserConfig)
-