Uses of Class
net.sf.sail.core.curnit.Curnit

Packages that use Curnit
net.sf.sail.common.apps.preview   
net.sf.sail.common.util Miscellaneous utility classes. 
net.sf.sail.core.curnit Provides classes representing the resources of SAIL, organized by curnits. 
net.sf.sail.core.session Management of SAIL sessions. 
net.sf.sail.core.util Utility package. 
 

Uses of Curnit in net.sf.sail.common.apps.preview
 

Constructors in net.sf.sail.common.apps.preview with parameters of type Curnit
PreviewSessionConfiguration(Curnit curnit)
           
 

Uses of Curnit in net.sf.sail.common.util
 

Methods in net.sf.sail.common.util that return Curnit
static Curnit MockData.getMockCurnit()
           
static Curnit MockData.getMockCurnit(Pod rootPod)
           
 

Constructors in net.sf.sail.common.util with parameters of type Curnit
CurnitPreviewer(Curnit curnit)
           
 

Uses of Curnit in net.sf.sail.core.curnit
 

Methods in net.sf.sail.core.curnit that return Curnit
 Curnit CurnitFile.getCurnit()
           
 

Methods in net.sf.sail.core.curnit with parameters of type Curnit
static void CurnitArchive.writeArchive(Curnit curnit, java.io.OutputStream out)
           
 

Constructors in net.sf.sail.core.curnit with parameters of type Curnit
CurnitXMLEncoder(Curnit curnit, java.io.OutputStream out)
           
 

Uses of Curnit in net.sf.sail.core.session
 

Methods in net.sf.sail.core.session that return Curnit
 Curnit UrlCurnitProvider.getCurnit(CurnitUuid curnitId)
           
 

Uses of Curnit in net.sf.sail.core.util
 

Methods in net.sf.sail.core.util that return Curnit
static Curnit BinaryUtils.loadCurnit(java.io.File file)
          loads a curnit from a file, returns the curnit object
static Curnit MarshallUtils.marshallCycle(Curnit curnit)
           Returns a copy of the argument curnit that has been marshalled and unmarshalled.
static Curnit MarshallUtils.marshallCycle(Curnit curnit, java.io.OutputStream outputBranch)
           Returns a copy of the argument curnit that has been marshalled and unmarshalled.
static Curnit MarshallUtils.readCurnit(java.io.InputStream in)
          Reads in a curnit stream and returns a curnit.
 

Methods in net.sf.sail.core.util with parameters of type Curnit
static
<T> java.util.Collection<T>
PodUtils.childrenOfType(Curnit assembledCurnit, java.lang.Class<T> type)
           
static Curnit MarshallUtils.marshallCycle(Curnit curnit)
           Returns a copy of the argument curnit that has been marshalled and unmarshalled.
static Curnit MarshallUtils.marshallCycle(Curnit curnit, java.io.OutputStream outputBranch)
           Returns a copy of the argument curnit that has been marshalled and unmarshalled.
static void MarshallUtils.writeCurnit(Curnit curnit, java.io.OutputStream out)
           
 



Copyright © 2004-2008 TELS Center. All Rights Reserved.