Skip to main content



      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 11:51 Go to next message
Eclipse UserFriend
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 02:49 Go to previous messageGo to next message
Eclipse UserFriend
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....
Re: org.eclipse.pde.internal.core.PluginPathFinder.getPluginPaths removed [message #1847264 is a reply to message #1847253] Thu, 21 October 2021 09:09 Go to previous message
Eclipse UserFriend
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: Sun Mar 23 08:32:39 EDT 2025

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

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

Back to the top