| Package | Description |
|---|---|
| org.crsh.cli.impl.lang |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,MethodDescriptor<T>> |
ClassDescriptor.methods
.
|
| Modifier and Type | Method and Description |
|---|---|
private <T> MethodDescriptor<T> |
CommandFactory.create(ClassDescriptor<T> owner,
Method m) |
MethodDescriptor<T> |
ClassDescriptor.getSubordinate(String name) |
| Modifier and Type | Method and Description |
|---|---|
private <T> List<MethodDescriptor<T>> |
CommandFactory.commands(ClassDescriptor<T> descriptor,
Class<?> introspected) |
Map<String,? extends MethodDescriptor<T>> |
ClassDescriptor.getSubordinates() |
| Constructor and Description |
|---|
ClassDescriptor(Class<T> type,
Map<String,MethodDescriptor<T>> methods,
Description info) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.