|
Eclipse PDE Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.pde.ui.launcher.AbstractLaunchShortcut
org.eclipse.pde.ui.launcher.OSGiLaunchShortcut
A launch shortcut capable of launching an OSGi frameowrk
This class may be substantiated or subclassed by clients.
Constructor Summary | |
---|---|
OSGiLaunchShortcut()
|
Method Summary | |
---|---|
protected String |
getLaunchConfigurationTypeName()
Returns the launch configuration type name. |
protected void |
initializeConfiguration(ILaunchConfigurationWorkingCopy configuration)
Delegates to the initializer associated with the selected OSGI framework to initialize the launch configuration Refer to the org.eclipse.pde.ui.osgiFrameworks extension point.
|
protected boolean |
isGoodMatch(ILaunchConfiguration configuration)
Determines whether a given launch configuration is a good match given the current application or framework being launched. |
void |
launch(IEditorPart editor,
String mode)
|
void |
launch(ISelection selection,
String mode)
|
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLaunchShortcut |
---|
chooseConfiguration, findLaunchConfiguration, getName, launch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OSGiLaunchShortcut()
Method Detail |
public void launch(ISelection selection, String mode)
public void launch(IEditorPart editor, String mode)
protected String getLaunchConfigurationTypeName()
AbstractLaunchShortcut
getLaunchConfigurationTypeName
in class AbstractLaunchShortcut
protected void initializeConfiguration(ILaunchConfigurationWorkingCopy configuration)
Refer to the org.eclipse.pde.ui.osgiFrameworks
extension point.
initializeConfiguration
in class AbstractLaunchShortcut
configuration
- the launch configuration working copy to be initializeAbstractLaunchShortcut.initializeConfiguration(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
protected boolean isGoodMatch(ILaunchConfiguration configuration)
AbstractLaunchShortcut
isGoodMatch
in class AbstractLaunchShortcut
configuration
- the launch configuration being evaluated
true
if the launch configuration is a good match for the application or
framework being launched, false
otherwise.
|
Eclipse PDE Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |