public static interface Files.FSCapability
| Modifier and Type | Field and Description | 
|---|---|
| static byte | DEL_ON_EXITFS can mark a file or directory to be deleted on exit | 
| static byte | LS_DIRFS can list the content of a directory | 
| static byte | RANDOM_READFS can read file in a random fashion | 
| static byte | RANDOM_WRITEFS can write to files in a random fashion | 
| static byte | READFS can read files | 
| static byte | STATFS can determine properties of a file or directory | 
| static byte | WRITEFS can write files | 
static final byte READ
static final byte WRITE
static final byte RANDOM_READ
static final byte RANDOM_WRITE
static final byte LS_DIR
static final byte STAT
static final byte DEL_ON_EXIT
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow