Returns the plug-in model for the best match plug-in with the given ID.
A null value is returned if no such bundle is found in the workspace or target platform.
A workspace plug-in is always preferably returned over a target plug-in.
A plug-in that is checked/enabled on the Target Platform preference page is always
preferably returned over a target plug-in that is unchecked/disabled.
In the case of a tie among workspace plug-ins or among target plug-ins,
the plug-in with the highest version is returned.
In the case of a tie among more than one suitable plug-in that have the same version,
one of those plug-ins is randomly returned.
the plug-in model for the best match plug-in with the given ID |