|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.routineeditor.parameter.LaunchConfigurationParamsHistoryListener
public class LaunchConfigurationParamsHistoryListener
This listener tries to rename all the parameters configuration file when launch configuration's name is changed by the user. When the configuration is deleted, we can not read the configuration anymore(the file is already deleted), so we just leave all the files there, this will not cause problem, but will produce some garbage files. When the ILaunchManager provides more friendly interface, we also need to update this. So CR383033-2 is fired to track this issue.
Method Summary | |
---|---|
static LaunchConfigurationParamsHistoryListener |
getInstance()
|
void |
launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration)
In fact, when the name of a launch configuration is changed, this event also will be fired. |
void |
launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration)
RENAME or DELETE event |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LaunchConfigurationParamsHistoryListener getInstance()
public void launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationAdded
in interface org.eclipse.debug.core.ILaunchConfigurationListener
public void launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationChanged
in interface org.eclipse.debug.core.ILaunchConfigurationListener
public void launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationRemoved
in interface org.eclipse.debug.core.ILaunchConfigurationListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |