org.ops4j.pax.swissbox.tinybundles.core
Interface BuildableBundle
- All Known Implementing Classes:
- BndBuilder, RawBuilder
public interface BuildableBundle
From TinyBundles you get an instance of this.
At this state, all resources has been definined (added), now you can either build()
directly or set addition meta data and configuration.
- Since:
- Apr 20, 2009
- Author:
- Toni Menzel (tonit)
build
InputStream build(Map<String,URL> resources,
Map<String,String> headers)
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.