Re: [SrcML] PluginConfig
Status: Beta
Brought to you by:
crashchaos
From: Frank R. <fra...@in...> - 2005-06-01 17:48:39
|
On Wed, Jun 01, 2005 at 06:45:44PM +0200, Leif Bladt wrote: > The getPluginList-method in the PluginManager gives back an ArrayList > with PluginConfig objects. Shouldn't be the PluginConfig class declared > public to access it outside? Or should the getPluginList method get > another return value? You're right. Of course you are supposed to work with the PluginConfig objects (especially as they will be the only means to access platform specific configuration data). I don't know why the class wasn't declared public, but it was never intended that way. I've already changed the CVS and made it public. Thanks for the hint and enjoy working with public data now :) -- Raiser, Frank Student @ University of Ulm (www.uni-ulm.de) There is no method but to be very intelligent. (T S Eliot) |