Bug 3017 - [runtime] API - no way to write plugin model objects (1GCE7FW)
Summary: [runtime] API - no way to write plugin model objects (1GCE7FW)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2001-10-10 22:47 EDT by Jeff McAffer CLA
Modified: 2004-03-25 16:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff McAffer CLA 2001-10-10 22:47:56 EDT
There doesn't seem to be a way to obtain a PluginDescriptor that the
RegistryWriter requires for saving.  Only InternalFactory can create
PluginDescriptor.  Factory creates PluginDescriptorModel.

NOTES:

JM (4/18/2001 3:09:05 PM)
	right.  This is a leveling problem.  The writer should be updated to work 
	in terms of Models and made public.  

	do you have any preferences for exposing the Writer object vs putting the 
	write() methods back on the individual Model objects?

VK (4/18/01 4:25:42 PM)
	My preference is having write() method. No particular technical reason.

JM (19/04/2001 11:46:19 AM)
	Two options for implementing this.  One is to expose a plugin writer which is much like the 
	Factory.  Knows how to write each model object.  The other is to put a write() method on 
	each model object.

	My tendency is to put it in a writer.  This way people can uniformly use their own writer
	just as they can uniformly use their own factory.

JM (30/04/2001 9:29:40 PM)
	Duplicate
		1GCFSNR: ITPCORE:WIN2000 - Registry writing API needed
	Using this PR to track problem

JM (06/05/2001 11:30:21 AM)
	Look at making RegistryWriter public.

JM (02/06/2001 12:30:15 AM)
	Deferring for after June
Comment 1 DJ Houghton CLA 2002-01-08 14:12:38 EST
Not a committed item on the 2.0 plan.
Changing resolution to LATER.
Comment 2 DJ Houghton CLA 2002-09-10 11:56:51 EDT
Reopening for investigation.
Comment 3 DJ Houghton CLA 2004-03-25 16:53:11 EST
No plans to change.
Model objects are obsolete.