Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » org.eclipse.pde.internal.core.PluginPathFinder.getPluginPaths removed(Looking for a supported alternative to this removed method.)
org.eclipse.pde.internal.core.PluginPathFinder.getPluginPaths removed [message #1847239] Wed, 20 October 2021 15:51 Go to next message
Chuck Dumont is currently offline Chuck DumontFriend
Messages: 2
Registered: October 2021
Junior Member
I'm responsible for maintaining code that uses org.eclipse.pde.internal.core.PluginPathFinder.getPluginPaths(). This method has been removed in recent versions. What is the publicly supported to get the list of installed plugins?
Re: org.eclipse.pde.internal.core.PluginPathFinder.getPluginPaths removed [message #1847253 is a reply to message #1847239] Thu, 21 October 2021 06:49 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
I'm not sure there is "API" for doing this, but there are things like PDECore.getDefault().getModelManager().getAllModels() and various other methods on PluginModelManager you can try. But you ask about the list of "installed plugins" but the PDE manages the target platform and the contents of this is, in general, are completely different from what's installed....

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: org.eclipse.pde.internal.core.PluginPathFinder.getPluginPaths removed [message #1847264 is a reply to message #1847253] Thu, 21 October 2021 13:09 Go to previous message
Chuck Dumont is currently offline Chuck DumontFriend
Messages: 2
Registered: October 2021
Junior Member
I didn't mean "installed" plugins. We are actually just getting the list of plugin jars in an eclipse location. I was able implement the functionality using file apis.
Previous Topic:Eclipse IDE hangs in Download sources and associate classpath loop
Next Topic:Change default browser
Goto Forum:
  


Current Time: Fri Apr 26 02:19:53 GMT 2024

Powered by FUDForum. Page generated in 0.02979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top