org.ops4j.pax.swissbox.tinybundles.dp.intern
Class DPBuilder

java.lang.Object
  extended by org.ops4j.pax.swissbox.tinybundles.dp.intern.DPBuilder

public class DPBuilder
extends java.lang.Object

Since:
Jun 24, 2009
Author:
Toni Menzel (tonit)

Constructor Summary
DPBuilder()
           
 
Method Summary
 java.io.InputStream build(java.util.Map<java.lang.String,java.lang.String> headers, org.ops4j.store.Store<java.io.InputStream> cache, Bucket meta)
          Build a DeploymentPackage from manually set headers, stored content (cache) and the bucket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DPBuilder

public DPBuilder()
Method Detail

build

public java.io.InputStream build(java.util.Map<java.lang.String,java.lang.String> headers,
                                 org.ops4j.store.Store<java.io.InputStream> cache,
                                 Bucket meta)
                          throws java.io.IOException
Build a DeploymentPackage from manually set headers, stored content (cache) and the bucket.

Parameters:
headers -
cache -
meta -
Returns:
The final deployment package as stream
Throws:
java.io.IOException


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