aQute.bnd.launch
Class Shortcut

java.lang.Object
  extended by aQute.bnd.launch.Shortcut
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut

public class Shortcut
extends Object
implements org.eclipse.debug.ui.ILaunchShortcut


Constructor Summary
Shortcut()
           
 
Method Summary
protected  org.eclipse.debug.core.ILaunchConfiguration createConfiguration(org.eclipse.jdt.core.IJavaProject type)
           
protected  String getLaunchConfigurationTypeId()
           
protected  org.eclipse.debug.core.ILaunchManager getLaunchManager()
           
 void launch(org.eclipse.ui.IEditorPart editor, String mode)
           
 void launch(org.eclipse.jface.viewers.ISelection selection, String mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shortcut

public Shortcut()
Method Detail

getLaunchConfigurationTypeId

protected String getLaunchConfigurationTypeId()

launch

public void launch(org.eclipse.jface.viewers.ISelection selection,
                   String mode)
Specified by:
launch in interface org.eclipse.debug.ui.ILaunchShortcut

launch

public void launch(org.eclipse.ui.IEditorPart editor,
                   String mode)
Specified by:
launch in interface org.eclipse.debug.ui.ILaunchShortcut

getLaunchManager

protected org.eclipse.debug.core.ILaunchManager getLaunchManager()

createConfiguration

protected org.eclipse.debug.core.ILaunchConfiguration createConfiguration(org.eclipse.jdt.core.IJavaProject type)
                                                                   throws Exception
Throws:
Exception


Copyright © 2010 aQute SARL. All Rights Reserved.