Package | Description |
---|---|
org.eclipse.core.runtime.internal.adaptor | |
org.eclipse.osgi.framework.internal.core |
Modifier and Type | Method and Description |
---|---|
void |
EclipseCommandProvider._diag(CommandInterpreter ci) |
void |
EclipseCommandProvider._disableBundle(CommandInterpreter ci) |
void |
EclipseCommandProvider._disabledBundles(CommandInterpreter ci) |
void |
EclipseCommandProvider._enableBundle(CommandInterpreter ci) |
Object |
EclipseCommandProvider._help(CommandInterpreter intp)
Handles the help command
|
Modifier and Type | Class and Description |
---|---|
class |
FrameworkCommandInterpreter
This class knows how to parse and execute the command line arguments to the FrameworkConsole.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameworkCommandProvider._b(CommandInterpreter intp)
Handle the bundle command's abbreviation.
|
void |
FrameworkCommandProvider._bundle(CommandInterpreter intp)
Handle the bundle command.
|
void |
FrameworkCommandProvider._bundles(CommandInterpreter intp)
Handle the bundles command.
|
void |
FrameworkCommandProvider._classSpaces(CommandInterpreter intp) |
void |
FrameworkCommandProvider._close(CommandInterpreter intp)
Handle the close command.
|
void |
FrameworkCommandProvider._exec(CommandInterpreter intp)
Executes the given system command in a separate system process
and waits for it to finish.
|
void |
FrameworkCommandProvider._exit(CommandInterpreter intp)
Handle the exit command.
|
void |
FrameworkCommandProvider._fork(CommandInterpreter intp)
Executes the given system command in a separate system process.
|
void |
FrameworkCommandProvider._gc(CommandInterpreter intp)
Handle the gc command.
|
void |
FrameworkCommandProvider._getPackages(CommandInterpreter intp) |
void |
FrameworkCommandProvider._getprop(CommandInterpreter ci) |
void |
FrameworkCommandProvider._h(CommandInterpreter intp)
Handle the headers command's abbreviation.
|
void |
FrameworkCommandProvider._headers(CommandInterpreter intp)
Handle the headers command.
|
Object |
FrameworkCommandProvider._help(CommandInterpreter intp)
Handles the help command
|
void |
FrameworkCommandProvider._i(CommandInterpreter intp)
Handle the install command's abbreviation.
|
void |
FrameworkCommandProvider._init(CommandInterpreter intp)
Handle the init command.
|
void |
FrameworkCommandProvider._install(CommandInterpreter intp)
Handle the install command.
|
void |
FrameworkCommandProvider._launch(CommandInterpreter intp)
Handle the launch command.
|
void |
FrameworkCommandProvider._p(CommandInterpreter intp)
Handle the packages command's abbreviation.
|
void |
FrameworkCommandProvider._packages(CommandInterpreter intp)
Handle the packages command.
|
void |
FrameworkCommandProvider._pr(CommandInterpreter intp)
Handles the props command's abbreviation.
|
void |
FrameworkCommandProvider._profilelog(CommandInterpreter intp)
Handles the profilelog command.
|
void |
FrameworkCommandProvider._props(CommandInterpreter intp)
Handles the _props command.
|
void |
FrameworkCommandProvider._r(CommandInterpreter intp)
Handle the refresh command's abbreviation.
|
void |
FrameworkCommandProvider._refresh(CommandInterpreter intp)
Handle the refresh command.
|
void |
FrameworkCommandProvider._requiredBundles(CommandInterpreter intp) |
void |
FrameworkCommandProvider._s(CommandInterpreter intp)
Handle the status command's abbreviation.
|
void |
FrameworkCommandProvider._se(CommandInterpreter intp)
Handle the services command's abbreviation.
|
void |
FrameworkCommandProvider._services(CommandInterpreter intp)
Handle the services command.
|
void |
FrameworkCommandProvider._setbsl(CommandInterpreter intp)
Handles the setbsl (set bundle startlevel) command.
|
void |
FrameworkCommandProvider._setfwsl(CommandInterpreter intp)
Handles the setfwsl (set framework startlevel) command.
|
void |
FrameworkCommandProvider._setibsl(CommandInterpreter intp)
Handles the setibsl (set initial bundle startlevel) command.
|
void |
FrameworkCommandProvider._setp(CommandInterpreter intp)
Handles the setprop command's abbreviation.
|
void |
FrameworkCommandProvider._setprop(CommandInterpreter intp)
Handles the setprop command.
|
void |
FrameworkCommandProvider._shutdown(CommandInterpreter intp)
Handle the shutdown command.
|
void |
FrameworkCommandProvider._sl(CommandInterpreter intp)
Handles the sl (startlevel) command.
|
void |
FrameworkCommandProvider._ss(CommandInterpreter intp)
Prints the short version of the status.
|
void |
FrameworkCommandProvider._sta(CommandInterpreter intp)
Handle the start command's abbreviation.
|
void |
FrameworkCommandProvider._start(CommandInterpreter intp)
Handle the start command.
|
void |
FrameworkCommandProvider._status(CommandInterpreter intp)
Handle the status command.
|
void |
FrameworkCommandProvider._sto(CommandInterpreter intp)
Handle the stop command's abbreviation.
|
void |
FrameworkCommandProvider._stop(CommandInterpreter intp)
Handle the stop command.
|
void |
FrameworkCommandProvider._t(CommandInterpreter intp)
Handles the threads command abbreviation.
|
void |
FrameworkCommandProvider._threads(CommandInterpreter intp)
Prints the information about the currently running threads
in the embedded system.
|
void |
FrameworkCommandProvider._un(CommandInterpreter intp)
Handle the uninstall command's abbreviation.
|
void |
FrameworkCommandProvider._uninstall(CommandInterpreter intp)
Handle the uninstall command.
|
void |
FrameworkCommandProvider._up(CommandInterpreter intp)
Handle the update command's abbreviation.
|
void |
FrameworkCommandProvider._update(CommandInterpreter intp)
Handle the update command.
|
protected AbstractBundle |
FrameworkCommandProvider.getBundleFromToken(CommandInterpreter intp,
String token,
boolean error)
Given a number or a token representing a bundle symbolic name or bundle location,
retrieve the Bundle object with that id.
|
protected int |
FrameworkCommandProvider.getStartLevelFromToken(CommandInterpreter intp,
String value)
Given a string containing a startlevel value, validate it and convert it to an int
|
protected boolean |
FrameworkCommandProvider.isStartLevelSvcPresent(CommandInterpreter intp)
Checks for the presence of the StartLevel Service.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.