Uses of Annotation Interface
com.github.rvesse.airline.annotations.Option
Packages that use Option
Package
Description
-
Uses of Option in com.github.rvesse.airline
Fields in com.github.rvesse.airline with annotations of type Option -
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 -
Uses of Option in com.github.rvesse.airline.examples.cli.commands
Fields in com.github.rvesse.airline.examples.cli.commands with annotations of type OptionModifier and TypeFieldDescriptionprivate 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 OptionModifier and TypeFieldDescriptionprivate 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 -
Uses of Option in com.github.rvesse.airline.examples.modules
Fields in com.github.rvesse.airline.examples.modules with annotations of type Option -
Uses of Option in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit with annotations of type OptionModifier and TypeFieldDescriptionPostalAddress.addressLinesPackage.depthPackage.heightPostalAddress.houseNamePostalAddress.houseNumberPostalAddress.postCodePostalAddress.recipientprivate PostalServicePrice.serviceprivate PostalServiceSend.servicePackage.weightPackage.width -
Uses of Option in com.github.rvesse.airline.examples.simple
Fields in com.github.rvesse.airline.examples.simple with annotations of type OptionModifier and TypeFieldDescriptionprivate booleanPaths.dotprivate booleanPaths.emptyPaths.envVarsprivate booleanSimple.flagprivate 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 StringRequired.optionalprivate StringRequired.requiredPaths.sysProps -
Uses of Option in com.github.rvesse.airline.examples.userguide
Fields in com.github.rvesse.airline.examples.userguide with annotations of type Option -
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 -
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 -
Uses of Option in com.github.rvesse.airline.help
Fields in com.github.rvesse.airline.help with annotations of type Option -
Uses of Option in com.github.rvesse.airline.jpms.debug
Fields in com.github.rvesse.airline.jpms.debug with annotations of type Option