| org.eclipse.pde.ui.launcher.OSGiLaunchConfigurationDelegate
OSGiLaunchConfigurationDelegate | public class OSGiLaunchConfigurationDelegate extends LaunchConfigurationDelegate (Code) | | A launch delegate for launching OSGi frameworks
Clients may subclass and instantiate this class.
since: 3.3 |
Method Summary | |
public void | launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Delegates to the launcher delegate associated with the OSGi framwork
selected in the launch configuration. |
launch | public void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException(Code) | | Delegates to the launcher delegate associated with the OSGi framwork
selected in the launch configuration.
See Also: org.eclipse.debug.core.model.ILaunchConfigurationDelegate.launch(org.eclipse.debug.core.ILaunchConfigurationjava.lang.Stringorg.eclipse.debug.core.ILaunchorg.eclipse.core.runtime.IProgressMonitor) |
|
|