Uses of Class
org.apache.commons.vfs.provider.FileSystemKey

Packages that use FileSystemKey
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
 

Uses of FileSystemKey in org.apache.commons.vfs.provider
 

Fields in org.apache.commons.vfs.provider declared as FileSystemKey
private  FileSystemKey AbstractFileSystem.cacheKey
           
 

Methods in org.apache.commons.vfs.provider that return FileSystemKey
(package private)  FileSystemKey AbstractFileSystem.getCacheKey()
           
 

Methods in org.apache.commons.vfs.provider with parameters of type FileSystemKey
(package private)  void AbstractFileSystem.setCacheKey(FileSystemKey cacheKey)