OPS4J Pax Swissbox :: TinyBundles 1.3.1

Uses of Interface
org.ops4j.pax.swissbox.tinybundles.core.TinyBundle

Packages that use TinyBundle
org.ops4j.pax.swissbox.tinybundles.core   
org.ops4j.pax.swissbox.tinybundles.core.intern   
org.ops4j.pax.swissbox.tinybundles.dp   
org.ops4j.pax.swissbox.tinybundles.dp.intern   
 

Uses of TinyBundle in org.ops4j.pax.swissbox.tinybundles.core
 

Methods in org.ops4j.pax.swissbox.tinybundles.core that return TinyBundle
 TinyBundle TinyBundle.add(Class content)
          Add a class to the current bundle.
 TinyBundle TinyBundle.add(String name, InputStream content)
          Add a resource to the current bundle (to be built).
 TinyBundle TinyBundle.add(String name, URL content)
          Add a resource to the current bundle (to be built).
static TinyBundle TinyBundles.modifyBundle(InputStream in)
           
static TinyBundle TinyBundles.newBundle()
          Start with a fresh bundle with this factory method.
 TinyBundle TinyBundle.remove(Class content)
          remove a class to the current bundle.
 TinyBundle TinyBundle.removeHeader(String key)
           
 TinyBundle TinyBundle.removeResource(String key)
           
 TinyBundle TinyBundle.set(String key, String value)
           
 

Uses of TinyBundle in org.ops4j.pax.swissbox.tinybundles.core.intern
 

Classes in org.ops4j.pax.swissbox.tinybundles.core.intern that implement TinyBundle
 class TinyBundleImpl
          Our default implementation of TinyBundle.
 

Methods in org.ops4j.pax.swissbox.tinybundles.core.intern that return TinyBundle
 TinyBundle TinyBundleImpl.add(Class clazz)
           
 TinyBundle TinyBundleImpl.add(String name, InputStream content)
           
 TinyBundle TinyBundleImpl.add(String name, URL url)
           
 TinyBundle TinyBundleImpl.remove(Class content)
           
 TinyBundle TinyBundleImpl.removeHeader(String key)
           
 TinyBundle TinyBundleImpl.removeResource(String key)
           
 TinyBundle TinyBundleImpl.set(String key, String value)
           
 

Uses of TinyBundle in org.ops4j.pax.swissbox.tinybundles.dp
 

Methods in org.ops4j.pax.swissbox.tinybundles.dp with parameters of type TinyBundle
 TinyDP TinyDP.setBundle(String name, TinyBundle inp)
          convinient adapter for setBundle(String,InputStream)
 

Uses of TinyBundle in org.ops4j.pax.swissbox.tinybundles.dp.intern
 

Methods in org.ops4j.pax.swissbox.tinybundles.dp.intern with parameters of type TinyBundle
 TinyDP TinyDPImpl.setBundle(String s, TinyBundle bundle)
           
 


OPS4J Pax Swissbox :: TinyBundles 1.3.1

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