public interface IMavenLaunchParticipant
Modifier and Type | Method and Description |
---|---|
String |
getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns additional program arguments or
null . |
List<org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant> |
getSourceLookupParticipants(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns additional source lookup participants or
null |
String |
getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns additional vm arguments or
null |
String getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
null
.String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
null
List<org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant> getSourceLookupParticipants(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
null
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.