IContainer for LaunchConfigurations [message #261141] |
Sat, 11 July 2009 10:57 |
Eclipse User |
|
|
|
Hi everybody,
In my plugin I'm developping one can specify launchConfigurations for
Junit tests. At the moment the launchConfigurations are just stored in the
metadata. However, I need them to be in a Container such that they don't
get mixed up with the launchConfigurations created from the workbench. I
have the following code
.....
ILaunchManager manager1 = DebugPlugin.getDefault().getLaunchManager();
ILaunchConfigurationType type =
manager1.getLaunchConfigurationType(JUnitLaunchConfiguration Constants.ID_JUNIT_APPLICATION
);
ILaunchConfigurationWorkingCopy wc = type.newInstance( null , "My New
Config1" ) ;
...
Now in this last line of code in newInstance where there is null I need a
IContainer. Would sombody know how I can do this ?
like IContainer container = .... ?
|
|
|
Powered by
FUDForum. Page generated in 0.04516 seconds