| Package | Description |
|---|---|
| org.nuxeo.shell | |
| org.nuxeo.shell.automation | |
| org.nuxeo.shell.automation.cmds | |
| org.nuxeo.shell.cmds | |
| org.nuxeo.shell.equinox | |
| org.nuxeo.shell.fs.cmds |
| Modifier and Type | Field and Description |
|---|---|
protected CommandRegistry |
Shell.activeRegistry |
protected CommandRegistry |
CommandRegistry.parent |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CommandRegistry> |
Shell.cmds |
| Modifier and Type | Method and Description |
|---|---|
CommandRegistry |
Shell.getActiveRegistry() |
CommandRegistry |
CommandRegistry.getParent() |
CommandRegistry[] |
Shell.getRegistries() |
CommandRegistry |
Shell.getRegistry(String name) |
CommandRegistry |
Shell.removeRegistry(String key) |
CommandRegistry |
Shell.setActiveRegistry(String name)
Mark an already registered command registry as the active one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shell.addRegistry(CommandRegistry reg) |
| Constructor and Description |
|---|
CommandRegistry(CommandRegistry parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutomationFeature.buildCommands(CommandRegistry reg,
Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteCommands |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationCommands |
class |
GlobalCommands |
| Modifier and Type | Field and Description |
|---|---|
protected CommandRegistry |
Help.ns |
| Modifier and Type | Method and Description |
|---|---|
void |
Help.exportRegistry(Shell shell,
CommandRegistry reg,
File file) |
protected void |
Help.writeRegistry(CommandRegistry reg,
StringBuilder sb) |
| Modifier and Type | Class and Description |
|---|---|
class |
EquinoxFeature |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemCommands |
Copyright © 2019 Nuxeo. All rights reserved.