org.eclipse.xtext.xtext.launcher
Class GenerateArtifactsLaunchShortcut

java.lang.Object
  extended by org.eclipse.xtext.xtext.launcher.GenerateArtifactsLaunchShortcut
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchShortcut

public class GenerateArtifactsLaunchShortcut
extends java.lang.Object
implements org.eclipse.debug.ui.ILaunchShortcut

Author:
Peter Friese - Initial contribution and API

Constructor Summary
GenerateArtifactsLaunchShortcut()
           
 
Method Summary
 void launch(org.eclipse.ui.IEditorPart editor, java.lang.String mode)
           
 void launch(org.eclipse.jface.viewers.ISelection selection, java.lang.String mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateArtifactsLaunchShortcut

public GenerateArtifactsLaunchShortcut()
Method Detail

launch

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

launch

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