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 BashCompletionBashCompletionGenerator. 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. accessorsprivate java.util.Set<Accessor>OptionMetadata. accessorsprivate java.util.List<Accessor>CommandMetadata. metadataInjectionsprivate java.util.List<Accessor>MetadataLoader.InjectionMetadata. metadataInjectionsprivate java.util.List<Accessor>SuggesterMetadata. metadataInjectionsMethods 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)
-