Uses of Class
com.github.rvesse.airline.annotations.help.bash.BashCompletion
-
Packages that use BashCompletion Package Description com.github.rvesse.airline.examples.cli.commands com.github.rvesse.airline.examples.userguide.help.bash com.github.rvesse.airline.help.cli.bash -
-
Uses of BashCompletion in com.github.rvesse.airline.examples.cli.commands
Fields in com.github.rvesse.airline.examples.cli.commands with annotations of type BashCompletion Modifier and Type Field Description private java.util.List<java.lang.String>Help. commandNames -
Uses of BashCompletion in com.github.rvesse.airline.examples.userguide.help.bash
Fields in com.github.rvesse.airline.examples.userguide.help.bash with annotations of type BashCompletion Modifier and Type Field Description private java.util.List<java.lang.String>FileInfo. files -
Uses of BashCompletion in com.github.rvesse.airline.help.cli.bash
Methods in com.github.rvesse.airline.help.cli.bash that return BashCompletion Modifier and Type Method Description protected BashCompletionBashCompletionGenerator. getCompletionData(ArgumentsMetadata arguments)Gets the completion info for argumentsprotected BashCompletionBashCompletionGenerator. getCompletionData(OptionMetadata option)Gets the completion info for an optionprotected BashCompletionBashCompletionGenerator. getCompletionData(java.util.Collection<Accessor> accessors)Methods in com.github.rvesse.airline.help.cli.bash with parameters of type BashCompletion Modifier and Type Method Description private voidBashCompletionGenerator. writeCompletionGeneration(java.io.Writer writer, int indent, boolean isNestedFunction, BashCompletion completion, java.lang.String... varNames)
-