| Package | Description |
|---|---|
| org.crsh.cli.impl.descriptor |
| Modifier and Type | Field and Description |
|---|---|
private HelpDescriptor<T> |
HelpDescriptor.owner
.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedHashMap<String,HelpDescriptor<T>> |
HelpDescriptor.subordinates
.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> HelpDescriptor<T> |
HelpDescriptor.create(CommandDescriptorImpl<T> descriptor) |
HelpDescriptor<T> |
HelpDescriptor.getSubordinate(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends HelpDescriptor<T>> |
HelpDescriptor.getSubordinates() |
| Constructor and Description |
|---|
HelpDescriptor(HelpDescriptor<T> owner,
CommandDescriptorImpl<T> delegate) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.