|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileStatisticsable
This class provide the services to get or set data to the file statistics object.
| Method Summary | |
|---|---|
void |
addNewFile(File file)
It creates a new file statistics object to the File Statistics Controller . |
void |
displayActiveEditingFile(File file)
It displays the active editing file statistics data to the file statistics objec, get the respective file statistics data ans show them in the view. |
void |
removeFile(File file)
It removes a file statistics object from the File statistics controller. |
void |
setJavaCompilerProperties(File file,
boolean isCompiledSuccessful,
int errors,
Date lastTimeCompiled)
not implemented |
void |
setJMLCheckerProperties(File file,
boolean isCheckedSuccessful,
int errors,
Date lastTimeChecked)
not implemented |
void |
setJMLCompilerProperties(File file,
boolean isCompiledSuccessful,
int errors,
Date lastTimeCompiled)
not implemented |
void |
setJVMProperties(File file,
boolean isExecutedSuccessful,
int errors,
int exceptions,
Date lasTimeRun)
not implemented |
void |
setSavedAndModified(File file)
It updates the property savedAndModified to the respective file. |
void |
setTestingProperties()
not implemented |
| Method Detail |
|---|
void displayActiveEditingFile(File file)
file - Active editing file.void addNewFile(File file)
file - void removeFile(File file)
file -
void setJMLCheckerProperties(File file,
boolean isCheckedSuccessful,
int errors,
Date lastTimeChecked)
void setJavaCompilerProperties(File file,
boolean isCompiledSuccessful,
int errors,
Date lastTimeCompiled)
void setJMLCompilerProperties(File file,
boolean isCompiledSuccessful,
int errors,
Date lastTimeCompiled)
void setJVMProperties(File file,
boolean isExecutedSuccessful,
int errors,
int exceptions,
Date lasTimeRun)
void setTestingProperties()
void setSavedAndModified(File file)
file - File.
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||