public class MavenLaunchDelegate extends org.eclipse.jdt.launching.JavaLaunchDelegate implements MavenLaunchConstants
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenLaunchDelegate.BackgroundResourceRefresher
Refreshes resources as specified by a launch configuration, when an associated process terminates.
|
complileErrorProjectPromptStatus, complileErrorPromptStatus, promptStatus, saveScopedDirtyEditors, switchToDebugPromptStatusATTR_DEBUG_OUTPUT, ATTR_DISABLED_EXTENSIONS, ATTR_FORCED_COMPONENTS_LIST, ATTR_GOALS, ATTR_GOALS_AFTER_CLEAN, ATTR_GOALS_AUTO_BUILD, ATTR_GOALS_CLEAN, ATTR_GOALS_MANUAL_BUILD, ATTR_NON_RECURSIVE, ATTR_OFFLINE, ATTR_POM_DIR, ATTR_PROFILES, ATTR_PROPERTIES, ATTR_RUNTIME, ATTR_SKIP_TESTS, ATTR_UPDATE_SNAPSHOTS, ATTR_USER_SETTINGS, ATTR_WORKSPACE_RESOLUTION, BUILDER_CONFIGURATION_TYPE_ID, LAUNCH_CONFIGURATION_TYPE_ID, PLUGIN_ID| Constructor and Description |
|---|
MavenLaunchDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buildForLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor) |
String[] |
getClasspath(org.eclipse.debug.core.ILaunchConfiguration configuration) |
protected String |
getGoals(org.eclipse.debug.core.ILaunchConfiguration configuration) |
String |
getMainTypeName(org.eclipse.debug.core.ILaunchConfiguration configuration) |
String |
getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) |
String |
getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) |
org.eclipse.jdt.launching.IVMRunner |
getVMRunner(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) |
abort, getBootpath, getBootpathExt, getBreakpoints, getBuildOrder, getDefaultWorkingDirectory, getEnvironment, getJavaLibraryPath, getJavaProject, getJavaProjectName, getLaunchManager, getProjectsForProblemSearch, getVMConnectorId, getVMInstall, getVMInstallName, getVMInstallType, getVMInstallTypeId, getVMSpecificAttributesMap, getWorkingDirectory, getWorkingDirectoryPath, handleDebugEvents, isAllowTerminate, isLaunchProblem, isStopInMain, preLaunchCheck, prepareStopInMain, setDefaultSourceLocator, verifyJavaProject, verifyMainTypeName, verifyVMInstall, verifyWorkingDirectorypublic 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.ILaunchConfigurationDelegatelaunch in class org.eclipse.jdt.launching.JavaLaunchDelegateorg.eclipse.core.runtime.CoreExceptionpublic org.eclipse.jdt.launching.IVMRunner getVMRunner(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode)
throws org.eclipse.core.runtime.CoreException
getVMRunner in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic String getMainTypeName(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
getMainTypeName in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic String[] getClasspath(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
getClasspath in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic String getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
getProgramArguments in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
getVMArguments in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionprotected String getGoals(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic boolean buildForLaunch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor)
buildForLaunch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2buildForLaunch in class org.eclipse.debug.core.model.LaunchConfigurationDelegateCopyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.