Public Member Functions |
synchronized long | getNextSeq () throws IOException |
File | getUnique (String filename) throws IOException |
File | store (File src) throws DirectorException, IOException |
File | store (File src, String name) throws DirectorException, IOException |
String | logicalPath (File stored) |
File | fromLogicalPath (String path) throws DirectorException |
void | ensureDirExists () throws IOException |
Member Function Documentation
void sfi.director.util.FileStore.ensureDirExists |
( |
| ) |
throws IOException |
File sfi.director.util.FileStore.fromLogicalPath |
( |
String |
path | ) |
throws DirectorException |
static FileStore sfi.director.util.FileStore.getInstance |
( |
String |
section | ) |
|
|
static |
synchronized long sfi.director.util.FileStore.getNextSeq |
( |
| ) |
throws IOException |
File sfi.director.util.FileStore.getUnique |
( |
String |
filename | ) |
throws IOException |
String sfi.director.util.FileStore.logicalPath |
( |
File |
stored | ) |
|
static File sfi.director.util.FileStore.sectionDir |
( |
String |
section | ) |
|
|
static |
File sfi.director.util.FileStore.store |
( |
File |
src | ) |
throws DirectorException, IOException |
File sfi.director.util.FileStore.store |
( |
File |
src, |
|
|
String |
name |
|
) |
| throws DirectorException, IOException |
The documentation for this class was generated from the following file: