|
|||||||||
| Home >> All >> medi >> base >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
medi.base.util
Class FileManager

java.lang.Objectmedi.base.util.FileManager
- public class FileManager
- extends java.lang.Object
A class that contains a set of static functions to manage files mapped in the database.
- Version:
- 0.0.1
| Constructor Summary | |
FileManager()
Creates new FileManager |
|
| Method Summary | |
static void |
execute(medi.base.Provider prv,
VolumeMounter vmount,
java.lang.Long dataID)
Execute a file whose data ID is specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
FileManager
public FileManager()
- Creates new FileManager
| Method Detail |
execute
public static void execute(medi.base.Provider prv, VolumeMounter vmount, java.lang.Long dataID) throws javatools.db.DbException, java.io.IOException
- Execute a file whose data ID is specified.
|
|||||||||
| Home >> All >> medi >> base >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
medi.base.util.FileManager