Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

medi.base.util
Class FileManager  view FileManager download FileManager.java

java.lang.Object
  extended bymedi.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.