|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pfc.bin.console.Console
The "heart" of the PFCI system providing all interaction with the operating system
Constructor Summary | |
Console()
|
Method Summary | |
boolean |
anotherInstance()
Checks if another instance of the PFCI system is running, it is also platform depended |
void |
executeFile(java.io.File f,
java.lang.String mode)
It submits the specified file for execution |
char |
getChar()
Returns the next character of running files output |
java.lang.String |
getListFilePath(java.io.File f)
Returns the path of the list file path created for the currently loaded file. |
java.lang.String |
getPmdFilePath(java.io.File f)
Returns the path of the pmd file path created for the currently loaded file. |
boolean |
isEndOfFile()
A method to check if the running pfc file has completed execution |
boolean |
setEnv()
It sets up the environment for the Windows2000 platforms by writing a setenv.bat file with the proper setting of the environmnental variables for the interpreter to run |
void |
stopExecution()
Stops the currenly running file |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Console()
Method Detail |
public boolean anotherInstance()
public boolean setEnv()
public java.lang.String getListFilePath(java.io.File f)
public java.lang.String getPmdFilePath(java.io.File f)
public char getChar()
public void executeFile(java.io.File f, java.lang.String mode)
f
- the pfc file currently loadedmode
- the mode of execution either "-f"
for a "fair" execution or "-uf" for "unfair"
executionpublic void stopExecution()
public boolean isEndOfFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |