public interface IMavenLaunchParticipant
Modifier and Type | Method and Description |
---|---|
java.lang.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 . |
java.util.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 |
java.lang.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 |
java.lang.String getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
null
.java.lang.String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
null
java.util.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