|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HelpDescriptor | |
|---|---|
| org.crsh.cli.impl.descriptor | |
| Uses of HelpDescriptor in org.crsh.cli.impl.descriptor |
|---|
| Fields in org.crsh.cli.impl.descriptor declared as HelpDescriptor | |
|---|---|
private HelpDescriptor<T> |
Help.descriptor
. |
private HelpDescriptor<T> |
HelpDescriptor.owner
. |
| Fields in org.crsh.cli.impl.descriptor with type parameters of type HelpDescriptor | |
|---|---|
private LinkedHashMap<String,HelpDescriptor<T>> |
HelpDescriptor.subordinates
. |
| Methods in org.crsh.cli.impl.descriptor that return HelpDescriptor | ||
|---|---|---|
static
|
HelpDescriptor.create(CommandDescriptor<T> descriptor)
|
|
HelpDescriptor<T> |
Help.getDescriptor()
|
|
| Methods in org.crsh.cli.impl.descriptor that return types with arguments of type HelpDescriptor | |
|---|---|
Map<String,? extends HelpDescriptor<T>> |
HelpDescriptor.getSubordinates()
|
| Constructors in org.crsh.cli.impl.descriptor with parameters of type HelpDescriptor | |
|---|---|
Help(HelpDescriptor<T> descriptor)
|
|
HelpDescriptor(HelpDescriptor<T> owner,
CommandDescriptor<T> delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||