Re: Libraries API
Petr Kuzel <[email protected]> Fri, 23 May 2003 12:42:19 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Organization | CollabNet Hosting |
| Message-ID | <[email protected]> |
Petr Kuzel wrote: >> * What is the use case to deliver an uninterpreted FileSet to the client >> ? How is the client supposed to handle such raw data ? If it knows the >> data type, presumably from some module API, it could directly access >> service exposed by a VolumeProvider and do not bother with getContent() >> at all. > > It could be moved to implementation. See bellow. Wrong, SPI providers are also API clients, they need it. Cc.