Uses of Class
org.apache.commons.vfs2.provider.FileSystemKey
-
Packages that use FileSystemKey Package Description org.apache.commons.vfs2.provider The File Provider API, and utility classes. -
-
Uses of FileSystemKey in org.apache.commons.vfs2.provider
Fields in org.apache.commons.vfs2.provider declared as FileSystemKey Modifier and Type Field Description private FileSystemKey
AbstractFileSystem. cacheKey
Fields in org.apache.commons.vfs2.provider with type parameters of type FileSystemKey Modifier and Type Field Description private java.util.Map<FileSystemKey,FileSystem>
AbstractFileProvider. fileSystemMap
The cached file systems.Methods in org.apache.commons.vfs2.provider that return FileSystemKey Modifier and Type Method Description (package private) FileSystemKey
AbstractFileSystem. getCacheKey()
Methods in org.apache.commons.vfs2.provider with parameters of type FileSystemKey Modifier and Type Method Description int
FileSystemKey. compareTo(FileSystemKey o)
(package private) void
AbstractFileSystem. setCacheKey(FileSystemKey cacheKey)
-