| 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 | Method and Description |
|---|---|
static InnerClassStrategy |
InnerClassStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InnerClassStrategy[] |
InnerClassStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TinyBundle |
TinyBundle.add(Class<?> content,
InnerClassStrategy strategy)
Add a class to the current bundle.
|
| Modifier and Type | Method and Description |
|---|---|
TinyBundle |
TinyBundleImpl.add(Class<?> clazz,
InnerClassStrategy strategy) |
Copyright © 2007–2015 OPS4J - Open Participation Software for Java. All rights reserved.