Uses of Class
com.github.rvesse.airline.annotations.Group
-
Packages that use Group Package Description com.github.rvesse.airline.annotations com.github.rvesse.airline.model -
-
Uses of Group in com.github.rvesse.airline.annotations
Methods in com.github.rvesse.airline.annotations that return Group Modifier and Type Method Description Group[]
groups()
Defines command groups for the CLIGroup[]
value()
-
Uses of Group in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model with type parameters of type Group Modifier and Type Field Description private java.util.List<Group>
CommandMetadata. groups
Methods in com.github.rvesse.airline.model that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>
CommandMetadata. getGroups()
-