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)

Method Summary
 java.io.InputStream build(java.util.Map<java.lang.String,java.net.URL> resources, java.util.Map<java.lang.String,java.lang.String> headers)
           
 

Method Detail

build

java.io.InputStream build(java.util.Map<java.lang.String,java.net.URL> resources,
                          java.util.Map<java.lang.String,java.lang.String> headers)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.