public class MavenLaunchExtensionsSupport extends Object
Modifier and Type | Method and Description |
---|---|
void |
appendProgramArguments(StringBuilder arguments,
org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
appendVMArguments(MavenRuntimeLaunchSupport.VMArguments arguments,
org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
configureSourceLookup(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static MavenLaunchExtensionsSupport |
create(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch) |
public void configureSourceLookup(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
public static MavenLaunchExtensionsSupport create(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void appendProgramArguments(StringBuilder arguments, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
public void appendVMArguments(MavenRuntimeLaunchSupport.VMArguments arguments, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.