Uses of Class
com.github.rvesse.airline.annotations.Option
-
-
Uses of Option in com.github.rvesse.airline
Fields in com.github.rvesse.airline with annotations of type Option Modifier and Type Field Description java.lang.BooleanHelpOption. help -
Uses of Option in com.github.rvesse.airline.examples.cli.aliases
Fields in com.github.rvesse.airline.examples.cli.aliases with annotations of type Option Modifier and Type Field Description private Logs.FormatLogs. format -
Uses of Option in com.github.rvesse.airline.examples.cli.commands
Fields in com.github.rvesse.airline.examples.cli.commands with annotations of type Option Modifier and Type Field Description private booleanBashCompletion. includeHiddenprivate booleanHelp. includeHiddenprivate booleanManuals. includeHidden -
Uses of Option in com.github.rvesse.airline.examples.inheritance
Fields in com.github.rvesse.airline.examples.inheritance with annotations of type Option Modifier and Type Field Description private doubleChild. childprivate booleanBadGrandchild. parentTrying to override the option here will fail because we didn't explicitly state we were overridingprivate booleanGoodGrandchild. parentWe can override the definition of an existing option under certain conditions:arity,nameandoptionTypeare unchanged Type is same or a valid narrowing conversion exists from the inherited option type to the overridden type You explicitly declareoverrideto betrueand the inherited option does not definesealedto betrueprivate booleanParent. parentprotected booleanBaseCommand. verbose -
Uses of Option in com.github.rvesse.airline.examples.io
Fields in com.github.rvesse.airline.examples.io with annotations of type Option Modifier and Type Field Description private booleanColorDemo. backgroundprivate intColorsTrue. blueprivate intColors256. colorprivate intColorsTrue. greenprivate booleanColorDemo. hardResetprivate booleanDecorations. hardResetprivate intColorsTrue. red -
Uses of Option in com.github.rvesse.airline.examples.modules
Fields in com.github.rvesse.airline.examples.modules with annotations of type Option Modifier and Type Field Description java.lang.StringCredentialsModule. passwordjava.lang.StringCredentialsModule. userintVerbosityModule. verbosity -
Uses of Option in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit with annotations of type Option Modifier and Type Field Description java.util.List<java.lang.String>PostalAddress. addressLinesjava.lang.IntegerPackage. depthjava.lang.IntegerPackage. heightjava.lang.StringPostalAddress. houseNamejava.lang.IntegerPostalAddress. houseNumberjava.lang.StringPostalAddress. postCodejava.lang.StringPostalAddress. recipientprivate PostalServicePrice. serviceprivate PostalServiceSend. servicejava.lang.DoublePackage. weightjava.lang.IntegerPackage. width -
Uses of Option in com.github.rvesse.airline.examples.simple
Fields in com.github.rvesse.airline.examples.simple with annotations of type Option Modifier and Type Field Description private booleanPaths. dotprivate booleanPaths. emptyprivate java.util.List<java.lang.String>Paths. envVarsprivate booleanSimple. flagprivate java.lang.StringSimple. nameHere we declare an option that requires a value by using thearityfield of theOptionannotationprivate intSimple. numberAs we declare this field to be of typeintAirline will ensure that the value passed to this option can be converted to an integer and throws an error if this is not possibleprivate java.lang.StringRequired. optionalprivate java.lang.StringRequired. requiredprivate java.util.List<java.lang.String>Paths. sysProps -
Uses of Option in com.github.rvesse.airline.examples.userguide
Fields in com.github.rvesse.airline.examples.userguide with annotations of type Option Modifier and Type Field Description private booleanGettingStarted. flag -
Uses of Option in com.github.rvesse.airline.examples.userguide.parser
Fields in com.github.rvesse.airline.examples.userguide.parser with annotations of type Option Modifier and Type Field Description private java.lang.LongByteCalculator. bytes -
Uses of Option in com.github.rvesse.airline.examples.userguide.restrictions
Fields in com.github.rvesse.airline.examples.userguide.restrictions with annotations of type Option Modifier and Type Field Description private java.lang.StringOptionalOption. nameprivate java.lang.StringRequiredOption. name -
Uses of Option in com.github.rvesse.airline.help
Fields in com.github.rvesse.airline.help with annotations of type Option Modifier and Type Field Description booleanHelp. includeHidden -
Uses of Option in com.github.rvesse.airline.jpms.debug
Fields in com.github.rvesse.airline.jpms.debug with annotations of type Option Modifier and Type Field Description private java.util.List<java.lang.String>Debug. modulesprivate java.lang.StringDebug. patternprivate booleanDebug. showModuleNameprivate booleanDebug. testOpenprivate booleanDebug. testPrint
-