public class AsyncRawBuilder extends RawBuilder
| Constructor and Description |
|---|
AsyncRawBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
build(Map<String,URL> resources,
Map<String,String> headers)
perform the actual build.
|
buildpublic InputStream build(Map<String,URL> resources, Map<String,String> headers)
BuildStrategybuild in interface BuildStrategybuild in class RawBuilderresources - 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)Copyright © 2007–2014 OPS4J - Open Participation Software for Java. All rights reserved.