[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Find the IType for a class

I am trying to write a plugin that needs its launcher to extend the JUnitLaunchConfiguration. Unfortunately, the JUnitLaunchConfiguration uses

project.findType(className)

to the IType of the test class to be launched. In my case the test class I want to launch is not a part of the project but is in the plugin jar. Is there a way for me to get to the IType if the class file is in the plugin and not the java project ?