com.aptana.ide.server.core.launch.http
Class AbstractHttpServerLaunchConfigurationDelegate
java.lang.Object
com.aptana.ide.server.core.launch.http.AbstractHttpServerLaunchConfigurationDelegate
- All Implemented Interfaces:
- org.eclipse.debug.core.model.ILaunchConfigurationDelegate
- Direct Known Subclasses:
- HttpServerLaunchConfigurationDelegate
public abstract class AbstractHttpServerLaunchConfigurationDelegate
- extends java.lang.Object
- implements org.eclipse.debug.core.model.ILaunchConfigurationDelegate
AbstractHttpServerLaunchConfigurationDelegate
|
Method Summary |
abstract void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
protected java.lang.String |
showStartPage(java.lang.String baseUrl,
org.eclipse.debug.core.ILaunchConfiguration configuration)
showStartPage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHttpServerLaunchConfigurationDelegate
public AbstractHttpServerLaunchConfigurationDelegate()
launch
public abstract 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- See Also:
ILaunchConfigurationDelegate.launch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor)
showStartPage
protected java.lang.String showStartPage(java.lang.String baseUrl,
org.eclipse.debug.core.ILaunchConfiguration configuration)
throws java.io.IOException,
org.eclipse.core.runtime.CoreException
- showStartPage
- Parameters:
baseUrl - configuration -
- Returns:
- String
- Throws:
java.io.IOException
org.eclipse.core.runtime.CoreException