Re: Java Project API/SPI
Jan Pokorsky <[email protected]> Wed, 06 Aug 2003 10:44:39 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
Svata Dedic wrote: > Vitezslav Stejskal wrote: > >> >> >> Jan Pokorsky wrote: >> >>> First of all I do not think the main purpose of JavaProject is to be >>> implemented by providers but to be consumed by clients. Actually >>> there is just one provider. So why clutter the class with methods >>> useful only for providers. Maybe we could hide the spi part at all >>> till some one really needs to plug own implementation in. >> >> >> >> I would vote for this. >> > Hmm... does that mean that the entire JavaProject impl. will reside in > the API module ? > No, the impl. has been already there since the java module split. The question remains if there are any real requirements justifying necessity of this spi. I have had none yet. I would appreciate if you could provide some. Thanks Jan