com.aptana.ide.server.core.launch.http
Class HttpServerLaunchConfigurationDelegate

java.lang.Object
  extended by com.aptana.ide.server.core.launch.http.AbstractHttpServerLaunchConfigurationDelegate
      extended by com.aptana.ide.server.core.launch.http.HttpServerLaunchConfigurationDelegate
All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate

public class HttpServerLaunchConfigurationDelegate
extends AbstractHttpServerLaunchConfigurationDelegate

Author:
Spike Washburn

Constructor Summary
HttpServerLaunchConfigurationDelegate()
           
 
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 com.aptana.ide.server.core.launch.http.AbstractHttpServerLaunchConfigurationDelegate
showStartPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerLaunchConfigurationDelegate

public HttpServerLaunchConfigurationDelegate()
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
Specified by:
launch in class AbstractHttpServerLaunchConfigurationDelegate
Throws:
org.eclipse.core.runtime.CoreException
See Also:
ILaunchConfigurationDelegate.launch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor)