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

Packages that use VRS
nl.uva.vlet.vfs   
nl.uva.vlet.vjs   
nl.uva.vlet.vrs   
nl.uva.vlet.vrs.http   
 

Uses of VRS in nl.uva.vlet.vfs
 

Subclasses of VRS in nl.uva.vlet.vfs
 class VFS
          The Virtual File System Class.
 

Uses of VRS in nl.uva.vlet.vjs
 

Subclasses of VRS in nl.uva.vlet.vjs
 class VJS
           
 

Uses of VRS in nl.uva.vlet.vrs
 

Methods in nl.uva.vlet.vrs that return VRS
 VRS Registry.getServiceForScheme(java.lang.String typestr)
          Searches the type registry.
 VRS Registry.getServiceForScheme(java.lang.String typestr, java.lang.String hostname)
           
 VRS[] Registry.getServices()
          Returns array of registered services
 VRS Registry.getVRSFor(VRL loc)
           
 

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

Subclasses of VRS in nl.uva.vlet.vrs.http
 class HTTPRS