|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eucalyptus.analysesi.save.AbstractFormat
org.eucalyptus.analysesi.save.AnalyseSI063Format
public class AnalyseSI063Format
L'ancien format AnalyseSI 0.6.3.
Constructor Summary | |
---|---|
AnalyseSI063Format()
Le constructeur de la classe AnalyseSI063Format . |
Method Summary | |
---|---|
AnalyseSIModel |
loadModel(java.io.File file)
Charge un model à partir d'un fichier. |
void |
saveModel(AnalyseSIModel analyseSIModel,
java.io.File file)
Sauvegarde le model dans un fichier. |
Methods inherited from class org.eucalyptus.analysesi.save.AbstractFormat |
---|
getDescription, getFileExtension, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalyseSI063Format()
AnalyseSI063Format
.
Method Detail |
---|
public AnalyseSIModel loadModel(java.io.File file) throws LoadModelException, LoadModelNotSupportedException
Format
file
- le fichier qui contient le model
LoadModelException
LoadModelNotSupportedException
public void saveModel(AnalyseSIModel analyseSIModel, java.io.File file) throws SaveModelException, SaveModelNotSupportedException
Format
analyseSIModel
- le model à sauvegarderfile
- le fichier de sortie
SaveModelException
SaveModelNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |