public abstract class RawBuilder extends Object implements BuildStrategy
| Constructor and Description |
|---|
RawBuilder() |
public abstract InputStream build(Map<String,URL> resources, Map<String,String> headers)
BuildStrategybuild in interface BuildStrategyresources - resources to be considered in the build.headers - headers to be considered in the buildInputStream containing built assembly (usually a jar/bundle in this context)protected void build(Map<String,URL> resources, Map<String,String> headers, JarOutputStream jarOut) throws IOException
IOExceptionCopyright © 2007–2014 OPS4J - Open Participation Software for Java. All rights reserved.