|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pod | |
|---|---|
| net.sf.sail.common.persistance.memory | Implementation of PersistanceService that stores everything in RAM. |
| net.sf.sail.common.util | Miscellaneous utility classes. |
| net.sf.sail.core.beans | Management of beans brought into SAIL. |
| net.sf.sail.core.beans.assembly | Mechanisms for disassembly and reassembly of Pod hierarchies. |
| net.sf.sail.core.curnit | Provides classes representing the resources of SAIL, organized by curnits. |
| net.sf.sail.core.util | Utility package. |
| Uses of Pod in net.sf.sail.common.persistance.memory |
|---|
| Fields in net.sf.sail.common.persistance.memory with type parameters of type Pod | |
|---|---|
(package private) static java.util.List<Pod> |
MemoryPersistenceImpl.pods
|
| Uses of Pod in net.sf.sail.common.util |
|---|
| Methods in net.sf.sail.common.util that return Pod | |
|---|---|
static Pod |
MockData.getMockPod(int i)
|
| Methods in net.sf.sail.common.util with parameters of type Pod | |
|---|---|
static Curnit |
MockData.getMockCurnit(Pod rootPod)
|
| Uses of Pod in net.sf.sail.core.beans |
|---|
| Methods in net.sf.sail.core.beans that return Pod | |
|---|---|
protected Pod |
Pod.childWithId(PodUuid podId)
|
| Uses of Pod in net.sf.sail.core.beans.assembly |
|---|
| Fields in net.sf.sail.core.beans.assembly with type parameters of type Pod | |
|---|---|
(package private) static java.util.Map<PodUuid,Pod> |
PodRegistry.podMap
|
| Methods in net.sf.sail.core.beans.assembly that return Pod | |
|---|---|
Pod |
PodRegistry.getPod(PodUuid key)
|
| Methods in net.sf.sail.core.beans.assembly with parameters of type Pod | |
|---|---|
void |
PodRegistry.register(Pod pod)
|
void |
PodRegistry.reregister(Pod pod)
|
| Uses of Pod in net.sf.sail.core.curnit |
|---|
| Fields in net.sf.sail.core.curnit declared as Pod | |
|---|---|
(package private) Pod |
SAILXMLEncoder.currentPod
|
| Fields in net.sf.sail.core.curnit with type parameters of type Pod | |
|---|---|
(package private) java.util.Set<Pod> |
Curnit.referencedPods
|
| Methods in net.sf.sail.core.curnit with parameters of type Pod | |
|---|---|
static java.net.URL |
PodArchiveResolver.withinPodArchive(Pod pod,
java.lang.String path)
|
| Constructors in net.sf.sail.core.curnit with parameters of type Pod | |
|---|---|
PodXMLEncoder(Pod pod,
java.io.OutputStream out)
|
|
| Uses of Pod in net.sf.sail.core.util |
|---|
| Methods in net.sf.sail.core.util that return Pod | |
|---|---|
static Pod |
MarshallUtils.marshallCycle(Pod pod,
java.io.OutputStream outputBranch)
|
static Pod |
MarshallUtils.readPod(java.io.InputStream in)
|
| Methods in net.sf.sail.core.util with parameters of type Pod | ||
|---|---|---|
static java.net.URL |
BinaryUtils.addToArchive(Pod pod,
java.util.zip.ZipOutputStream podArchiveOutputStream,
java.lang.String filename,
java.io.InputStream source)
|
|
static void |
BinaryUtils.cleanClosePodArchive(Pod pod,
java.util.jar.JarOutputStream podArchive)
TODO think of way to avoid this hack |
|
static
|
PodUtils.createBeanInPod(Pod pod,
java.lang.Class<T> beanClass,
java.lang.String title)
|
|
static Pod |
MarshallUtils.marshallCycle(Pod pod,
java.io.OutputStream outputBranch)
|
|
static java.util.jar.JarOutputStream |
BinaryUtils.newPodArchiveFor(Pod pod)
Note: ignores the previous archive associated with the pod |
|
static void |
MarshallUtils.writePod(Pod pod,
java.io.OutputStream out)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||