Maps a bundle location string to an
InputStream
which is used to load a bundle.
A custom location mapper can be designated by passing one in the properties object of the
Papoose
constructor. Use the key
org.papoose.core.framework.spi.BootClasspathManager
.
Note to implementers: Do not assume that archive store that was passed to
add()
is the same instance that is passed to
remove()
.
@version $Revision: 127 $ $Date: 2009-01-31 09:57:23 -0600 (Sat, 31 Jan 2009) $
@see org.papoose.core.DefaultBootClasspathManager
@see org.papoose.core.Papoose