Uses of Class
nl.uva.vlet.vrs.VRSContext

Packages that use VRSContext
nl.uva.vlet.vfs   
nl.uva.vlet.vrs   
nl.uva.vlet.vrs.http   
 

Uses of VRSContext in nl.uva.vlet.vfs
 

Methods in nl.uva.vlet.vfs that return VRSContext
 VRSContext VFSClient.getVRSContext()
          Returns Resource Context associated with this client.
 

Methods in nl.uva.vlet.vfs with parameters of type VRSContext
 void VFSClient.setVRSContext(VRSContext context)
          Sets new Resource Context associated with this client.
 

Constructors in nl.uva.vlet.vfs with parameters of type VRSContext
VDir(VRSContext context, VRL vrl)
           
VFile(VRSContext context, VRL vrl)
           
VFSNode(VRSContext context, VRL vrl)
           
 

Uses of VRSContext in nl.uva.vlet.vrs
 

Fields in nl.uva.vlet.vrs declared as VRSContext
protected  VRSContext VNode.vrsContext
          The *NEW* VRSContext to ensure shared environments ! Is FINAL, once set it may never be changed.
 

Methods in nl.uva.vlet.vrs that return VRSContext
static VRSContext VRSContext.getDefault()
          Get default VRS environment.
 VRSContext VNode.getVRSContext()
          Returns VRSContext which whas used to create this node
 

Methods in nl.uva.vlet.vrs with parameters of type VRSContext
static LinkNode LinkNode.createLinkNode(VRSContext context, VRL logicalLocation, VRL targetVRL)
          Creates new LinkNode object with logical location and specified linkTarget.
static LinkNode LinkNode.createLinkNode(VRSContext context, VRL logicalLocation, VRL targetVRL, boolean resolve)
           
static VNode MyVLe.getVLeRoot(VRSContext vrsContext)
           
static LinkNode LinkNode.loadFrom(VRSContext context, VNode vnode)
          Resolves a (stored) LinkNode.
static LinkNode LinkNode.loadFrom(VRSContext context, VRL loc)
          Load ResourceNode but return as LinkNode !
 VNode Registry.openLocation(VRSContext context, java.lang.String location)
          Open location specified by the location string.
 VNode VRS.openLocation(VRSContext context, java.lang.String location)
          Returns handler object (VNode) specified by the location string
 VNode Registry.openLocation(VRSContext context, java.net.URL url)
           
static VNode MyVLe.openLocation(VRSContext vrs, VRL location)
          Get "myvle:///" location.
 VNode Registry.openLocation(VRSContext context, VRL location)
          Registry openLocation, this is the master openLocation
abstract  VNode VRS.openLocation(VRSContext context, VRL location)
          Returns handler object (VNode) specified by the VRL (URI)
 void VRS.performAction(VRSContext vrsContext, java.lang.String string, VRL source, VRL dest)
          Current generic interface to perform a implementation specific method.
static void VRSContext.setDefault(VRSContext context)
          Set default VRS Context environment.
 

Constructors in nl.uva.vlet.vrs with parameters of type VRSContext
Cluster(VRSContext vrs, java.lang.String name, java.lang.String root_host)
           
LinkNode(VRSContext context)
          Private constructor
ResourceNode(VRSContext context, VRL vrl)
           
VCompositeNode(VRSContext context, VRL vrl)
           
VNode(VRSContext context, VRL vrl)
          Universal contructor.
 

Uses of VRSContext in nl.uva.vlet.vrs.http
 

Methods in nl.uva.vlet.vrs.http with parameters of type VRSContext
 VNode HTTPRS.openLocation(VRSContext context, VRL location)
           
 

Constructors in nl.uva.vlet.vrs.http with parameters of type VRSContext
HTTPNode(VRSContext context, VRL loc)