org.eclipse.m2m.atl.adt.launching
Class AtlLaunchConfigurationDelegate

java.lang.Object
  extended by org.eclipse.m2m.atl.adt.launching.AtlLaunchConfigurationDelegate
All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate

public class AtlLaunchConfigurationDelegate
extends java.lang.Object
implements org.eclipse.debug.core.model.ILaunchConfigurationDelegate

The method "launch" is launched when you click on the button "Run" or "Debug"


Field Summary
protected static java.util.logging.Logger logger
           
 
Constructor Summary
AtlLaunchConfigurationDelegate()
           
 
Method Summary
 void launch(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger
Constructor Detail

AtlLaunchConfigurationDelegate

public AtlLaunchConfigurationDelegate()
Method Detail

launch

public void launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
                   java.lang.String mode,
                   org.eclipse.debug.core.ILaunch launch,
                   org.eclipse.core.runtime.IProgressMonitor monitor)
            throws org.eclipse.core.runtime.CoreException
Specified by:
launch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
Throws:
org.eclipse.core.runtime.CoreException

Copyright 2007 IBM Corporation and others.
All Rights Reserved.