A B C D F G N S U V 
All Classes All Packages

A

AS_DIRECTORIES - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Use the completions from the option meta-data (if any) but treat them as if they were directory names for additional completion
AS_FILENAMES - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Use the completions from the option meta-data (if any) but treat them as if they were filenames for additional completion

B

BashCompletion - Annotation Type in com.github.rvesse.airline.annotations.help.bash
Annotates a field with Bash completion information
BashCompletionGenerator<T> - Class in com.github.rvesse.airline.help.cli.bash
 
BashCompletionGenerator() - Constructor for class com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator
 
BashCompletionGenerator(boolean, boolean) - Constructor for class com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator
Creates a new completion generator
behaviour() - Method in annotation type com.github.rvesse.airline.annotations.help.bash.BashCompletion
Sets the desired completion behaviour

C

CLI_COMMANDS - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Commands from the CLI for which we are providing completions
com.github.rvesse.airline.annotations.help.bash - package com.github.rvesse.airline.annotations.help.bash
 
com.github.rvesse.airline.help.bash - module com.github.rvesse.airline.help.bash
Copyright (C) 2010-16 the original author or authors.
com.github.rvesse.airline.help.cli.bash - package com.github.rvesse.airline.help.cli.bash
 
command() - Method in annotation type com.github.rvesse.airline.annotations.help.bash.BashCompletion
Provides a command used to generate the completion words for this option
CompletionBehaviour - Enum in com.github.rvesse.airline.help.cli.bash
Possible completion behaviour for options/arguments

D

DIRECTORIES - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Directories, use standard directory name completion if no other completions apply

F

FILENAMES - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Filenames, use standard filename completion if no other completions apply

G

getCompletionData(ArgumentsMetadata) - Method in class com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator
Gets the completion info for arguments
getCompletionData(OptionMetadata) - Method in class com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator
Gets the completion info for an option
getCompletionData(Collection<Accessor>) - Method in class com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator
 

N

NONE - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
None, either this is a flag option i.e.

S

SYSTEM_COMMANDS - com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
OS System commands

U

usage(GlobalMetadata<T>, OutputStream) - Method in class com.github.rvesse.airline.help.cli.bash.BashCompletionGenerator
 

V

valueOf(String) - Static method in enum com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G N S U V 
All Classes All Packages