Berin:
I figure you can do everything you want with the following service.
public interface MetaInfoLocator { InputStream getInputStream( Type type, String extension) throws MetaInfoException; OutputStream getOutputStream( Type type, String extension) throws MetaInfoException; }
Can you confirm. I would like to revert the changes the changes you added asap in favour of defining this as a service under the SPI package.
This approach is workable--as long as we make sure that the plugins have access to it.
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
