| Package | Description |
|---|---|
| org.ops4j.pax.tinybundles.core |
Provides the classes necessary to create and modify OSGi bundles from java api.
|
| org.ops4j.pax.tinybundles.core.intern |
| Modifier and Type | Field and Description |
|---|---|
static BuildStrategy |
TinyBundles.STRATEGY_ASYNC |
| Modifier and Type | Method and Description |
|---|---|
static BuildStrategy |
TinyBundles.withBnd() |
static BuildStrategy |
TinyBundles.withBnd(BuildStrategy inner) |
static BuildStrategy |
TinyBundles.withClassicBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TinyBundle.build(BuildStrategy builder)
When you are done adding stuff to *this* you can call this method to go to next step.
|
static BuildStrategy |
TinyBundles.withBnd(BuildStrategy inner) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRawBuilder
Async Builder that uses PipedOutputStream.
|
class |
BndBuilder |
class |
RawBuilder |
class |
SynchronousRawBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TinyBundleImpl.build(BuildStrategy builder) |
| Constructor and Description |
|---|
BndBuilder(BuildStrategy builder) |
Copyright © 2007–2014 OPS4J - Open Participation Software for Java. All rights reserved.