public class EclipseCommandProvider extends Object implements CommandProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_LINE |
static String |
TAB |
| Constructor and Description |
|---|
EclipseCommandProvider(BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
_diag(CommandInterpreter ci) |
void |
_disableBundle(CommandInterpreter ci) |
void |
_disabledBundles(CommandInterpreter ci) |
void |
_enableBundle(CommandInterpreter ci) |
Object |
_help(CommandInterpreter intp)
Handles the help command
|
String |
getHelp()
Answer a string (may be as many lines as you like) with help
texts that explain the command.
|
public static final String NEW_LINE
public static final String TAB
public EclipseCommandProvider(BundleContext context)
public String getHelp()
CommandProvidergetHelp in interface CommandProviderpublic void _diag(CommandInterpreter ci) throws Exception
Exceptionpublic void _enableBundle(CommandInterpreter ci) throws Exception
Exceptionpublic void _disableBundle(CommandInterpreter ci) throws Exception
Exceptionpublic void _disabledBundles(CommandInterpreter ci) throws Exception
Exceptionpublic Object _help(CommandInterpreter intp)
intp - Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.