org.ops4j.pax.swissbox.tinybundles.dp.intern
Class Bucket
java.lang.Object
org.ops4j.pax.swissbox.tinybundles.dp.intern.Bucket
public class Bucket
- extends Object
Lightweight container that basically just "records" user's calls (addBundle, removeBundle .. etc).
From this, a builder can build the final dp.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bucket
public Bucket()
getEntries
public String[] getEntries()
isMissing
public boolean isMissing(String entry)
remove
public void remove(String entry)
store
public void store(String entry,
org.ops4j.store.Handle binaryHandle,
DPContentType type,
boolean includeContent)
getHandle
public org.ops4j.store.Handle getHandle(String entry)
isType
public boolean isType(String name,
DPContentType bundle)
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.