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 CommandMetadataHelpOption. commandMetadataprivate GlobalMetadata<C>HelpOption. globalMetadataprivate CommandGroupMetadataHelpOption. 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. globalprivate GlobalMetadata<ExampleRunnable>Help. globalprivate 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 CredentialsModuleModules. credentialsA field marked withAirlineModulewill also be scanned for optionsprivate HelpOption<ExampleRunnable>ModuleReuse. helpprivate HelpOption<ExampleRunnable>Modules. helpprivate VerbosityModuleModuleReuse. verbosityA field marked withAirlineModulewill also be scanned for optionsVerbosityModuleModules. verbosityA field marked withAirlineModulewill 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 PostalAddressCheckAddress. addressprivate PostalAddressSend. addressprivate PackagePrice. itemprivate PackageSend. 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. helpThe specialHelpOptionprovides a-hand--helpoption 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 CommandMetadataDiscussed. metadataprivate CommandMetadataExternalHelp. 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 CommandMetadataCommandSuggester. commandCommandGroupMetadataGroupSuggester. groupGlobalMetadata<T>GlobalSuggester. metadataGlobalMetadata<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
-