org.ops4j.pax.swissbox.tinybundles.core
Class TinyBundles
java.lang.Object
org.ops4j.pax.swissbox.tinybundles.core.TinyBundles
public class TinyBundles
- extends Object
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.
- Since:
- Apr 9, 2009
- Author:
- Toni Menzel (tonit)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TinyBundles
public TinyBundles()
newBundle
public static TinyBundle newBundle()
- Start with a fresh bundle with this factory method.
You can then chain methodcalls thanks to the humane nature of
TinyBundle
interface.
- Returns:
- a new instance of a
TinyBundle
. This is almost always the startingpoint of any interaction with TinyBundle
.
modifyBundle
public static TinyBundle modifyBundle(InputStream in)
- Parameters:
in
-
- Returns:
withBnd
public static BuildableBundle withBnd()
with
public static BuildableBundle with()
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.