public class EquinoxFeature extends CommandRegistry implements ShellFeature
| Constructor and Description |
|---|
EquinoxFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
autorun(Shell shell)
Override this to automatically run some commands at startup if needed.
|
void |
connect(String url,
String username,
String password) |
void |
disconnect() |
String |
getDescription() |
String |
getPrompt(Shell shell)
Override this to provide a custom prompt for your command namespace
|
String |
getTitle() |
void |
install(Shell shell)
Install the feature in the given shell instance.
|
void |
loadCommands() |
addAnnotatedCommand, addCommandType, clear, getCommandNames, getCommandNameSet, getCommandType, getCommandTypes, getCommandTypesByNamespace, getCommandTypeSet, getLocalCommandTypes, getName, getParentpublic void install(Shell shell)
ShellFeatureinstall in interface ShellFeaturepublic void loadCommands()
public String getTitle()
getTitle in class CommandRegistrypublic String getDescription()
getDescription in class CommandRegistrypublic String getPrompt(Shell shell)
CommandRegistrygetPrompt in class CommandRegistrypublic void disconnect()
public void autorun(Shell shell)
CommandRegistryautorun in class CommandRegistryCopyright © 2014 Nuxeo SA. All rights reserved.