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()
CommandProvider
getHelp
in interface CommandProvider
public void _diag(CommandInterpreter ci) throws Exception
Exception
public void _enableBundle(CommandInterpreter ci) throws Exception
Exception
public void _disableBundle(CommandInterpreter ci) throws Exception
Exception
public void _disabledBundles(CommandInterpreter ci) throws Exception
Exception
public Object _help(CommandInterpreter intp)
intp
- Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.