|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogWriter | |
---|---|
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 LogWriter in myDataBases |
---|
Methods in myDataBases with parameters of type LogWriter | |
---|---|
static java.lang.Boolean |
MySQLbase.testConnection(LogWriter log,
java.lang.String testPasswd)
Tests if the connection with the database works. |
Uses of LogWriter in myShell |
---|
Fields in myShell declared as LogWriter | |
---|---|
static LogWriter |
MainClass.log
A LogWriter instance used to... write a log file. |
Methods in myShell with parameters of type LogWriter | |
---|---|
static java.lang.Boolean |
Interpreter.checkFile(LogWriter log)
Checks if the config.xml file contains all the fields necessary for CPS to work. |
java.util.List<java.lang.Integer[]> |
Interpreter.getCurrentState(LogWriter log,
java.lang.String axis)
Returns the current state of the SplitSort along the axis axis if there is a file containing it in .. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |