| Package | Description |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.lang | |
| org.crsh.lang.groovy.command | |
| org.crsh.standalone |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandDescriptor.addParameter(ParameterDescriptor parameter)
Add a parameter to the command.
|
| Constructor and Description |
|---|
CommandDescriptor(String name,
Description description) |
| Modifier and Type | Class and Description |
|---|---|
class |
IllegalParameterException |
class |
IllegalValueTypeException |
| Constructor and Description |
|---|
HelpDescriptor(CommandDescriptor<T> delegate) |
HelpDescriptor(HelpDescriptor<T> owner,
CommandDescriptor<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassDescriptor.addParameter(ParameterDescriptor parameter) |
protected void |
MethodDescriptor.addParameter(ParameterDescriptor parameter) |
private ParameterDescriptor |
CommandFactory.create(Binding binding,
Type type,
Argument argumentAnn,
Option optionAnn,
boolean required,
Description info,
Annotation ann) |
<T> ObjectCommandDescriptor<T> |
CommandFactory.create(Class<T> type) |
private List<Method> |
CommandFactory.findAllMethods(Class<?> introspected) |
private List<ParameterDescriptor> |
CommandFactory.parameters(Class<?> introspected) |
| Constructor and Description |
|---|
ClassDescriptor(Class<T> type,
Map<String,MethodDescriptor<T>> methods,
Description info) |
MethodDescriptor(ClassDescriptor<T> owner,
Method method,
String name,
Description info) |
ObjectCommandDescriptor(String name,
Description description) |
| Constructor and Description |
|---|
GroovyCommand() |
| Constructor and Description |
|---|
CRaSH() |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.