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)
nullList<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)
nullCopyright © 2005–2021 Eclipse Foundation. All rights reserved.