Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] class loading

Kai,

It is not enough to have just the class name.  You need to know which 
plugin it came from a-priori. 
It's possible for multiple plugins to define a class with the same fully 
qualified name.

What are you trying to do?  If it's a persistence problem, normally we 
require an explicit extension point to be used (e.g. see 
IPersistableElement.getFactoryId()).

Nick





Kai-Uwe_Maetzel@xxxxxxx
Sent by: platform-core-dev-admin@xxxxxxxxxxx
04/02/02 12:10 PM
Please respond to platform-core-dev

 
        To:     platform-core-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-core-dev] class loading


Having a fully qualified class name how do I check whether the defining
plugin of this class has already been loaded?
Kai

_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-core-dev





Back to the top