|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.swissbox.tinybundles.core.TinyBundles
public class TinyBundles
This is the humane api factory class that is meant to be imported statically with TinyBundles.* Its also the default interaction place with the user. So take care of (non compatible) changes across releases.
Constructor Summary | |
---|---|
TinyBundles()
|
Method Summary | |
---|---|
static TinyBundle |
modifyBundle(java.io.InputStream in)
|
static TinyBundle |
newBundle()
Start with a fresh bundle with this factory method. |
static BuildableBundle |
with()
|
static BuildableBundle |
withBnd()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TinyBundles()
Method Detail |
---|
public static TinyBundle newBundle()
TinyBundle
interface.
TinyBundle
. This is almost always the startingpoint of any interaction with TinyBundle
.public static TinyBundle modifyBundle(java.io.InputStream in)
in
-
public static BuildableBundle withBnd()
public static BuildableBundle with()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |