OPS4J Pax Swissbox :: TinyBundles 1.3.1

org.ops4j.pax.swissbox.tinybundles.core
Class TinyBundles

java.lang.Object
  extended by 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)

Constructor Summary
TinyBundles()
           
 
Method Summary
static TinyBundle modifyBundle(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

TinyBundles

public TinyBundles()
Method Detail

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()

OPS4J Pax Swissbox :: TinyBundles 1.3.1

Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.