public class MavenLaunchConfigurationListener extends Object implements org.eclipse.debug.core.ILaunchConfigurationListener, IMavenProjectChangedListener
| Constructor and Description |
|---|
MavenLaunchConfigurationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
mavenProjectChanged(MavenProjectChangedEvent[] events,
org.eclipse.core.runtime.IProgressMonitor monitor)
This method is called while holding workspace lock.
|
public void launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationAdded in interface org.eclipse.debug.core.ILaunchConfigurationListenerpublic void launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationChanged in interface org.eclipse.debug.core.ILaunchConfigurationListenerpublic void launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationRemoved in interface org.eclipse.debug.core.ILaunchConfigurationListenerpublic void mavenProjectChanged(MavenProjectChangedEvent[] events, org.eclipse.core.runtime.IProgressMonitor monitor)
IMavenProjectChangedListenermavenProjectChanged in interface IMavenProjectChangedListenerCopyright © 2005–2021 Eclipse Foundation. All rights reserved.