org.eucalyptus.analysesi.save
Class HibiscusFormat

java.lang.Object
  extended by org.eucalyptus.analysesi.save.AbstractFormat
      extended by org.eucalyptus.analysesi.save.HibiscusFormat
All Implemented Interfaces:
Format

public class HibiscusFormat
extends AbstractFormat

Le format par défaut d'AnalyseSI Eucalyptus.

Author:
Loic Dreux

Constructor Summary
HibiscusFormat()
          Le constructeur de la classe HibiscusFormat.
 
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

HibiscusFormat

public HibiscusFormat()
Le constructeur de la classe HibiscusFormat.

Method Detail

loadModel

public AnalyseSIModel loadModel(java.io.File file)
                         throws LoadModelException,
                                LoadModelNotSupportedException
Description copied from interface: Format
Charge un model à partir d'un fichier.

Parameters:
file - le fichier qui contient le model
Returns:
le model
Throws:
LoadModelException
LoadModelNotSupportedException

saveModel

public void saveModel(AnalyseSIModel analyseSIModel,
                      java.io.File file)
               throws SaveModelException,
                      SaveModelNotSupportedException
Description copied from interface: Format
Sauvegarde le model dans un fichier.

Parameters:
analyseSIModel - le model à sauvegarder
file - le fichier de sortie
Throws:
SaveModelException
SaveModelNotSupportedException


Copyright © 2009. All Rights Reserved.