Uses of Class
com.github.rvesse.airline.annotations.AirlineModule
-
-
Uses of AirlineModule in com.github.rvesse.airline
Fields in com.github.rvesse.airline with annotations of type AirlineModule Modifier and Type Field Description private CommandMetadata
HelpOption. commandMetadata
private GlobalMetadata<C>
HelpOption. globalMetadata
private CommandGroupMetadata
HelpOption. groupMetadata
-
Uses of AirlineModule in com.github.rvesse.airline.examples.cli.commands
Fields in com.github.rvesse.airline.examples.cli.commands with annotations of type AirlineModule Modifier and Type Field Description private GlobalMetadata<ExampleRunnable>
BashCompletion. global
private GlobalMetadata<ExampleRunnable>
Help. global
private GlobalMetadata<ExampleRunnable>
Manuals. global
-
Uses of AirlineModule in com.github.rvesse.airline.examples.inheritance
Fields in com.github.rvesse.airline.examples.inheritance with annotations of type AirlineModule Modifier and Type Field Description protected HelpOption<ExampleRunnable>
Parent. help
-
Uses of AirlineModule in com.github.rvesse.airline.examples.modules
Fields in com.github.rvesse.airline.examples.modules with annotations of type AirlineModule Modifier and Type Field Description CredentialsModule
Modules. credentials
A field marked withAirlineModule
will also be scanned for optionsprivate HelpOption<ExampleRunnable>
ModuleReuse. help
private HelpOption<ExampleRunnable>
Modules. help
private VerbosityModule
ModuleReuse. verbosity
A field marked withAirlineModule
will also be scanned for optionsVerbosityModule
Modules. verbosity
A field marked withAirlineModule
will also be scanned for options -
Uses of AirlineModule in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit with annotations of type AirlineModule Modifier and Type Field Description private PostalAddress
CheckAddress. address
private PostalAddress
Send. address
private Package
Price. item
private Package
Send. item
-
Uses of AirlineModule in com.github.rvesse.airline.examples.simple
Fields in com.github.rvesse.airline.examples.simple with annotations of type AirlineModule Modifier and Type Field Description private HelpOption<Simple>
Simple. help
The specialHelpOption
provides a-h
and--help
option that can be used to request that help be shown. -
Uses of AirlineModule in com.github.rvesse.airline.examples.userguide.help.sections
Fields in com.github.rvesse.airline.examples.userguide.help.sections with annotations of type AirlineModule Modifier and Type Field Description private CommandMetadata
Discussed. metadata
private CommandMetadata
ExternalHelp. metadata
-
Uses of AirlineModule in com.github.rvesse.airline.help
Fields in com.github.rvesse.airline.help with annotations of type AirlineModule Modifier and Type Field Description GlobalMetadata<T>
Help. global
-
Uses of AirlineModule in com.github.rvesse.airline.help.suggester
Fields in com.github.rvesse.airline.help.suggester with annotations of type AirlineModule Modifier and Type Field Description CommandMetadata
CommandSuggester. command
CommandGroupMetadata
GroupSuggester. group
GlobalMetadata<T>
GlobalSuggester. metadata
GlobalMetadata<T>
SuggestCommand. metadata
-
Uses of AirlineModule in com.github.rvesse.airline.jpms.debug
Fields in com.github.rvesse.airline.jpms.debug with annotations of type AirlineModule Modifier and Type Field Description private HelpOption<Debug>
Debug. help
-