Constructor and Description |
---|
LauncherImpl(org.osgi.framework.BundleContext context,
CommandContextFactory cmdCtxFactory,
BundleManager registry,
CommandInfoSource infoSource) |
Modifier and Type | Method and Description |
---|---|
void |
run(String[] args,
boolean inShell)
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
void |
run(String[] args,
Collection<ActionListener<ApplicationState>> listeners,
boolean inShell)
Invoked in order to start a command, either when Thermostat starts, or within
the thermostat shell.
|
public LauncherImpl(org.osgi.framework.BundleContext context, CommandContextFactory cmdCtxFactory, BundleManager registry, CommandInfoSource infoSource)
public void run(String[] args, boolean inShell)
Launcher
public void run(String[] args, Collection<ActionListener<ApplicationState>> listeners, boolean inShell)
Launcher
Copyright © 2013. All Rights Reserved.