|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.oadymppac.io.GenericTraceFileManager
A Concrete implementation of a file manager for the application
Field Summary |
Fields inherited from interface fr.inria.oadymppac.io.FileManager |
DEFAULT_FOLDER |
Constructor Summary | |
GenericTraceFileManager(Properties application)
Defaulmt constructor |
Method Summary | |
void |
loadFile(java.io.File file)
Load a file |
void |
saveFile(java.io.File file)
Write a file on the disk |
java.io.File |
selectFile()
Select a file using the JFileChooser |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericTraceFileManager(Properties application)
application
- : the properties shared with the applicationMethod Detail |
public java.io.File selectFile()
selectFile
in interface FileManager
FileManager.selectFile()
public void loadFile(java.io.File file)
loadFile
in interface FileManager
file
- the filte to readFileManager.loadFile(java.io.File)
public void saveFile(java.io.File file)
FileManager
saveFile
in interface FileManager
file
- The file to write
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |