|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveManager
Le gestionnaire de sauvegarde d'AnalyseSI.
Method Summary | |
---|---|
void |
fileModified()
Indique que le fichier courant à subi des modification. |
AnalyseSIFile |
getCurrentAnalyseSIFile()
Retourne le fichier de sauvegarde ou null si aucun fichier n'a été modifié. |
Format |
getFormatByExtension(java.lang.String extension)
Retourne le format par rapport à son extension. |
Format |
getFormatByName(java.lang.String name)
Retourne le format par rapport à son nom. |
java.util.List<Format> |
getSupportedFormats()
Retourne la liste des formats supportés. |
boolean |
isModified()
Indique si le fichier courant a subi des modifications après sa dernière sauvegarde. |
AnalyseSIModel |
loadModel(AnalyseSIFile analyseSIFile)
Charge le model depuis un fichier AnalyseSI. |
void |
saveModel(AnalyseSIModel analyseSIModel,
AnalyseSIFile analyseSIFile)
Sauvegarde le model dans un fichier AnalyseSI. |
Method Detail |
---|
void fileModified()
boolean isModified()
AnalyseSIFile getCurrentAnalyseSIFile()
void saveModel(AnalyseSIModel analyseSIModel, AnalyseSIFile analyseSIFile) throws SaveModelException, SaveModelNotSupportedException
analyseSIModel
- Le modelanalyseSIFile
- Le fichier AnalyseSI
SaveModelException
SaveModelNotSupportedException
AnalyseSIModel loadModel(AnalyseSIFile analyseSIFile) throws LoadModelException, LoadModelNotSupportedException
analyseSIFile
- Le fichier AnalyseSI
LoadModelException
LoadModelNotSupportedException
java.util.List<Format> getSupportedFormats()
Format getFormatByName(java.lang.String name)
name
- Le nom du format
Format getFormatByExtension(java.lang.String extension)
extension
- L'extension du format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |