public class MavenLaunchExtensionsSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
private java.util.List<IMavenLaunchParticipant> |
participants |
Modifier | Constructor and Description |
---|---|
private |
MavenLaunchExtensionsSupport(java.util.List<IMavenLaunchParticipant> participants) |
Modifier and Type | Method and Description |
---|---|
void |
appendProgramArguments(java.lang.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) |
private static final org.slf4j.Logger log
private final java.util.List<IMavenLaunchParticipant> participants
private MavenLaunchExtensionsSupport(java.util.List<IMavenLaunchParticipant> participants)
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(java.lang.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)