| Package | Description |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.lang | |
| org.crsh.jcr.command | |
| 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 |
|---|
CommandDescriptorImpl(String name,
Description description) |
HelpDescriptor(CommandDescriptorImpl<T> delegate) |
HelpDescriptor(HelpDescriptor<T> owner,
CommandDescriptorImpl<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassDescriptor.addParameter(ParameterDescriptor parameter) |
protected void |
MethodDescriptor.addParameter(ParameterDescriptor parameter) |
private <T> List<MethodDescriptor<T>> |
CommandFactory.commands(ClassDescriptor<T> descriptor,
Class<?> introspected) |
<T> CommandDescriptorImpl<T> |
CommandFactory.create(Class<T> type) |
private <T> MethodDescriptor<T> |
CommandFactory.create(ClassDescriptor<T> owner,
Method m) |
private ParameterDescriptor |
CommandFactory.create(Object binding,
Type type,
Argument argumentAnn,
Option optionAnn,
boolean required,
Description info,
Annotation ann) |
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) |
| Constructor and Description |
|---|
JCRCommand() |
| Constructor and Description |
|---|
GroovyCommand() |
| Constructor and Description |
|---|
CRaSH() |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.