Uses of Enum Class
com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
Packages that use CompletionBehaviour
-
Uses of CompletionBehaviour in com.github.rvesse.airline.help.cli.bash
Subclasses with type arguments of type CompletionBehaviour in com.github.rvesse.airline.help.cli.bashModifier and TypeClassDescriptionenumPossible completion behaviour for options/argumentsMethods in com.github.rvesse.airline.help.cli.bash that return CompletionBehaviourModifier and TypeMethodDescriptionstatic CompletionBehaviourReturns the enum constant of this class with the specified name.static CompletionBehaviour[]CompletionBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.