public class UploadToEngineConfigurationType extends Object implements org.eclipse.debug.core.model.ILaunchConfigurationDelegate2
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
ID for the configuration type
UploadToEngineConfigurationType |
| Constructor and Description |
|---|
UploadToEngineConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buildForLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor) |
boolean |
finalLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.debug.core.ILaunch |
getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode) |
void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
boolean |
preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor) |
public static final String ID
UploadToEngineConfigurationTypepublic void launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
launch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic org.eclipse.debug.core.ILaunch getLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode)
throws org.eclipse.core.runtime.CoreException
getLaunch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2org.eclipse.core.runtime.CoreExceptionpublic boolean buildForLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
buildForLaunch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2org.eclipse.core.runtime.CoreExceptionpublic boolean finalLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
finalLaunchCheck in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2org.eclipse.core.runtime.CoreExceptionpublic boolean preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
preLaunchCheck in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2org.eclipse.core.runtime.CoreExceptionCopyright © 2018. All rights reserved.