Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,FileSystem> |
Files.fileSystems
map of scheme to FileSystem implementation
|
Modifier and Type | Method and Description |
---|---|
protected static FileSystem |
Files.getFileSystem(String filename)
derive the file system to use that is associated with the scheme in the specified filename.
|
Modifier and Type | Method and Description |
---|---|
static void |
Files.addFileSystemCapability(FileSystem fs)
Add a file system to Terrier.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow