[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: How to read image descriptor from a program folder
|
- From: rajesh.nair@xxxxxxxxxx (Rajesh Adukkadukkath)
- Date: Tue, 22 Jan 2008 15:55:24 +0000 (UTC)
- Newsgroups: eclipse.platform
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
The mail problem is in the following line:
desc = new ProgramImageDescriptor(filename, offset);
We are creating an instance of ProgramImageDescriptor here, and the
instance of it into a HashMap. So we need to provide an alternative
implementation, that will have changes with minimum migration impact with
supporting all the existing public method implementation in the
ProgramImageDescriptor class.