|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PodUuid | |
---|---|
net.sf.sail.common.apps | Common applications that developers may wish to extend or use as a guide to writing their own. |
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 PodUuid in net.sf.sail.common.apps |
---|
Methods in net.sf.sail.common.apps with parameters of type PodUuid | |
---|---|
static void |
PreviewCurnit.previewRootPod(PodUuid rootPodId)
Wrap root pod into a curnit and launch that curnit in a preview session |
Uses of PodUuid in net.sf.sail.core.beans |
---|
Methods in net.sf.sail.core.beans that return PodUuid | |
---|---|
PodUuid |
Pod.getPodId()
|
Methods in net.sf.sail.core.beans that return types with arguments of type PodUuid | |
---|---|
java.util.Set<PodUuid> |
Pod.getChildPodIds()
|
Methods in net.sf.sail.core.beans with parameters of type PodUuid | |
---|---|
protected Pod |
Pod.childWithId(PodUuid podId)
|
void |
Pod.setPodId(PodUuid newPodId)
|
Method parameters in net.sf.sail.core.beans with type arguments of type PodUuid | |
---|---|
void |
Pod.setChildPodIds(java.util.Set<PodUuid> childPodIds)
Used only by the XMLEncoder unmarshaller as a way of restoring references to the pod childen. |
Constructors in net.sf.sail.core.beans with parameters of type PodUuid | |
---|---|
UnknownPodException(PodUuid podId,
PodRegistry registry)
|
Uses of PodUuid in net.sf.sail.core.beans.assembly |
---|
Methods in net.sf.sail.core.beans.assembly that return PodUuid | |
---|---|
PodUuid |
PodVarDelegate.getPodId()
|
Methods in net.sf.sail.core.beans.assembly with parameters of type PodUuid | |
---|---|
Pod |
PodRegistry.getPod(PodUuid key)
|
void |
PodVarDelegate.setPodId(PodUuid newPodId)
|
Constructors in net.sf.sail.core.beans.assembly with parameters of type PodUuid | |
---|---|
PodVarDelegate(PodUuid podId,
java.lang.String varName)
|
Uses of PodUuid in net.sf.sail.core.curnit |
---|
Methods in net.sf.sail.core.curnit that return PodUuid | |
---|---|
PodUuid |
Curnit.getRootPodId()
|
Methods in net.sf.sail.core.curnit that return types with arguments of type PodUuid | |
---|---|
java.util.Map<PodUuid,java.lang.String> |
CurnitFile.getReferencedPodsMap()
|
Methods in net.sf.sail.core.curnit with parameters of type PodUuid | |
---|---|
static java.util.jar.JarEntry |
CurnitFile.entryFor(PodUuid podId)
Contructs a filename out of the podId |
static java.net.URL |
PodArchiveResolver.getPodArchive(PodUuid anyPodId)
|
java.net.URL |
PodArchiveResolver.getUrl(PodUuid podId)
|
void |
PodArchiveResolver.put(PodUuid podId,
java.net.URL url)
|
void |
Curnit.setRootPodId(PodUuid rootPodId)
|
Uses of PodUuid in net.sf.sail.core.util |
---|
Methods in net.sf.sail.core.util with parameters of type PodUuid | |
---|---|
static java.io.File |
BinaryUtils.tempCurnitArchive(PodUuid rootPodId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |