Uses of Class
com.github.rvesse.airline.Accessor
-
Packages that use Accessor Package Description com.github.rvesse.airline.help.cli.bash com.github.rvesse.airline.model -
-
Uses of Accessor in com.github.rvesse.airline.help.cli.bash
Method parameters in com.github.rvesse.airline.help.cli.bash with type arguments of type Accessor Modifier and Type Method Description protected BashCompletion
BashCompletionGenerator. getCompletionData(java.util.Collection<Accessor> accessors)
-
Uses of Accessor in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model with type parameters of type Accessor Modifier and Type Field Description private java.util.Set<Accessor>
ArgumentsMetadata. accessors
private java.util.Set<Accessor>
OptionMetadata. accessors
private java.util.List<Accessor>
CommandMetadata. metadataInjections
private java.util.List<Accessor>
MetadataLoader.InjectionMetadata. metadataInjections
private java.util.List<Accessor>
SuggesterMetadata. metadataInjections
Methods in com.github.rvesse.airline.model that return types with arguments of type Accessor Modifier and Type Method Description java.util.Set<Accessor>
ArgumentsMetadata. getAccessors()
java.util.Set<Accessor>
OptionMetadata. getAccessors()
java.util.List<Accessor>
CommandMetadata. getMetadataInjections()
java.util.List<Accessor>
SuggesterMetadata. getMetadataInjections()
Constructor parameters in com.github.rvesse.airline.model with type arguments of type Accessor Constructor Description SuggesterMetadata(java.lang.Class<? extends Suggester> suggesterClass, java.util.List<Accessor> metadataInjections)
-