|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSystem | |
---|---|
org.terrier.utility | This package includes classes that are used in various part of the Terrier Platform. |
org.terrier.utility.io | This package includes classes that are used for various IO duties within Terrier. |
Uses of FileSystem in org.terrier.utility |
---|
Fields in org.terrier.utility with type parameters of type FileSystem | |
---|---|
protected static java.util.Map<java.lang.String,FileSystem> |
Files.fileSystems
map of scheme to FileSystem implementation |
Methods in org.terrier.utility that return FileSystem | |
---|---|
protected static FileSystem |
Files.getFileSystem(java.lang.String filename)
derive the file system to use that is associated with the scheme in the specified filename. |
Methods in org.terrier.utility with parameters of type FileSystem | |
---|---|
static void |
Files.addFileSystemCapability(FileSystem fs)
Add a file system to Terrier. |
Uses of FileSystem in org.terrier.utility.io |
---|
Classes in org.terrier.utility.io that implement FileSystem | |
---|---|
class |
HTTPFileSystem
Implements a read-only HTTP file system for Terrier. |
class |
LocalFileSystem
This is a Terrier File Abstraction Layer implementation of the local file system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |