Uses of Class
myDataBases.MediaBase

Packages that use MediaBase
crowdUser This package contains classes allowing CPS to harness CrowdFlower's crowdsourced-obtained results as well as uploading new jobs. 
myDataBases Provides classes storing and allowing the fast retrieving of several types of information using a MySQL database or the content of an xml file and a directory. 
myShell It is the interface between CPS and the rest of the computer as well as the user : it reads configuration files, writes the results, a log file and contains the main method. 
 

Uses of MediaBase in crowdUser
 

Fields in crowdUser declared as MediaBase
private  MediaBase CrowdManager.dbMedia
          The MediaBase instance in which the names of the media are stored
 

Constructors in crowdUser with parameters of type MediaBase
CrowdManager(java.lang.Integer firstJobId, java.lang.String key, java.lang.String resultsUrl, MySQLbase baseSQL, MediaBase baseDIR, java.util.List<java.lang.String> fieldsHardData)
          Creates an instance of the CrowdManager class.
 

Uses of MediaBase in myDataBases
 

Methods in myDataBases with parameters of type MediaBase
 void MySQLbase.insertResultsInSQL(java.util.List<java.lang.String[]> entries, MediaBase dbNames)
          Inserts the content of entries in the results table of the MySQL database.
 

Uses of MediaBase in myShell
 

Fields in myShell declared as MediaBase
private  MediaBase Interpreter.mediaBase
          The MediaBase in which the names and other characteristics of the media sorted are stored.
static MediaBase MainClass.mediaBdd
          A MediaBase used to store the content of the media.xml file.
 

Constructors in myShell with parameters of type MediaBase
Interpreter(MediaBase database)
          Creates an Interpreter instance.