Package net.officefloor.eclipse.launch
Class OfficeFloorLaunchConfigurationDelegate
- java.lang.Object
- 
- org.eclipse.debug.core.model.LaunchConfigurationDelegate
- 
- org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- 
- net.officefloor.eclipse.launch.OfficeFloorLaunchConfigurationDelegate
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.debug.core.IDebugEventSetListener,- org.eclipse.debug.core.model.ILaunchConfigurationDelegate,- org.eclipse.debug.core.model.ILaunchConfigurationDelegate2
 
 public class OfficeFloorLaunchConfigurationDelegate extends org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate implements org.eclipse.debug.core.model.ILaunchConfigurationDelegateILaunchConfigurationDelegatefor theOfficeFloor.- Author:
- Daniel Sagenschneider
 
- 
- 
Constructor SummaryConstructors Constructor Description OfficeFloorLaunchConfigurationDelegate()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlaunch(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 org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateabort, allowAdvancedSourcelookup, getBootpath, getBootpathExt, getBreakpoints, getBuildOrder, getClasspath, getClasspathAndModulepath, getDefaultWorkingDirectory, getEnvironment, getJavaLibraryPath, getJavaProject, getJavaProjectName, getLaunch, getLaunchManager, getMainTypeName, getModuleCLIOptions, getProgramArguments, getProjectsForProblemSearch, getVMArguments, getVMArguments, getVMConnectorId, getVMInstall, getVMInstallName, getVMInstallType, getVMInstallTypeId, getVMRunner, getVMSpecificAttributesMap, getWorkingDirectory, getWorkingDirectoryPath, handleDebugEvents, isAllowTerminate, isLaunchProblem, isStopInMain, preLaunchCheck, prepareStopInMain, setDefaultSourceLocator, supportsModule, supportsPreviewFeatures, verifyJavaProject, verifyMainTypeName, verifyVMInstall, verifyWorkingDirectory
 - 
Methods inherited from class org.eclipse.debug.core.model.LaunchConfigurationDelegateaddReferencedProjects, buildForLaunch, buildProjects, computeBuildOrder, computeReferencedBuildOrder, existsProblems, finalLaunchCheck, saveBeforeLaunch
 
- 
 
- 
- 
- 
Method Detail- 
launchpublic 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:
- launchin interface- org.eclipse.debug.core.model.ILaunchConfigurationDelegate
- Throws:
- org.eclipse.core.runtime.CoreException
 
 
- 
 
-