Uses of Class
com.caucho.vfs.SchemeRoot

Packages that use SchemeRoot
com.caucho.env.vfs   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of SchemeRoot in com.caucho.env.vfs
 

Subclasses of SchemeRoot in com.caucho.env.vfs
 class RepositoryScheme
          Virtual path based on an expansion repository
 

Uses of SchemeRoot in com.caucho.vfs
 

Methods in com.caucho.vfs that return SchemeRoot
 SchemeRoot SchemeMap.getSchemeRoot(java.lang.String scheme)
           
 SchemeRoot SchemeMap.put(java.lang.String scheme, SchemeRoot root)
          Puts a new value in the schemeMap.
 

Methods in com.caucho.vfs with parameters of type SchemeRoot
 SchemeRoot SchemeMap.put(java.lang.String scheme, SchemeRoot root)
          Puts a new value in the schemeMap.