| Package | Description |
|---|---|
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.lang | |
| org.crsh.command | |
| org.crsh.standalone |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpDescriptor<T> |
| Modifier and Type | Field and Description |
|---|---|
private CommandDescriptorImpl<T> |
HelpDescriptor.delegate
.
|
private CommandDescriptorImpl<T> |
Help.descriptor
.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CommandDescriptorImpl<T> |
CommandDescriptorImpl.getSubordinate(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,? extends CommandDescriptorImpl<T>> |
CommandDescriptorImpl.getSubordinates() |
| Modifier and Type | Method and Description |
|---|---|
static <T> HelpDescriptor<T> |
HelpDescriptor.create(CommandDescriptorImpl<T> descriptor) |
| Constructor and Description |
|---|
Help(CommandDescriptorImpl<T> descriptor) |
HelpDescriptor(CommandDescriptorImpl<T> delegate) |
HelpDescriptor(HelpDescriptor<T> owner,
CommandDescriptorImpl<T> delegate) |
| Modifier and Type | Field and Description |
|---|---|
private CommandDescriptorImpl<T> |
InvocationMatch.descriptor
.
|
private CommandDescriptorImpl<T> |
InvocationMatcher.descriptor
.
|
| Constructor and Description |
|---|
InvocationMatch(CommandDescriptorImpl<T> descriptor) |
InvocationMatch(InvocationMatch<T> owner,
CommandDescriptorImpl<T> descriptor) |
InvocationMatcher(CommandDescriptorImpl<T> descriptor,
String mainName) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ClassDescriptor<T> |
(package private) class |
MethodDescriptor<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> CommandDescriptorImpl<T> |
CommandFactory.create(Class<T> type) |
CommandDescriptorImpl<T> |
MethodDescriptor.getSubordinate(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends CommandDescriptorImpl<T>> |
MethodDescriptor.getSubordinates() |
| Modifier and Type | Field and Description |
|---|---|
private CommandDescriptorImpl<CC> |
BaseShellCommand.descriptor
.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandDescriptorImpl<CRaSH> |
CRaSH.descriptor
.
|
Copyright © 2013 eXo Platform SAS. All Rights Reserved.