| Package | Description |
|---|---|
| org.nuxeo.shell | |
| org.nuxeo.shell.automation | |
| org.nuxeo.shell.automation.cmds | |
| org.nuxeo.shell.cmds | |
| org.nuxeo.shell.impl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CommandType> |
CommandRegistry.cmds |
| Modifier and Type | Method and Description |
|---|---|
CommandType |
CommandRegistry.getCommandType(String name) |
CommandType[] |
CommandRegistry.getCommandTypes() |
CommandType[] |
CommandRegistry.getLocalCommandTypes() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<CommandType>> |
CommandRegistry.getCommandTypesByNamespace() |
Set<CommandType> |
CommandRegistry.getCommandTypeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandRegistry.addCommandType(CommandType type) |
jline.Completor |
CompositeCompletorProvider.getCompletor(Shell shell,
CommandType cmd,
Class<?> type) |
jline.Completor |
CompletorProvider.getCompletor(Shell shell,
CommandType cmd,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandRegistry.collectCommandTypesByNamespace(Map<String,Set<CommandType>> map) |
| Modifier and Type | Method and Description |
|---|---|
jline.Completor |
AutomationFeature.getCompletor(Shell shell,
CommandType cmd,
Class<?> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationCommandType |
| Modifier and Type | Field and Description |
|---|---|
protected CommandType |
Help.cmd |
| Modifier and Type | Method and Description |
|---|---|
protected jline.ANSIBuffer |
Help.getCommandHelp(CommandType cmd,
boolean wiki) |
protected void |
Help.writeCommand(CommandType cmd,
StringBuilder sb) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandType |
class |
DefaultCommandType |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractCommandType.compareTo(CommandType o) |
jline.Completor |
DefaultCompletorProvider.getCompletor(Shell shell,
CommandType cmd,
Class<?> type) |
Copyright © 2019 Nuxeo. All rights reserved.