org.eucalyptus.analysesi.save
Class AnalyseSIFile

java.lang.Object
  extended by org.eucalyptus.analysesi.save.AnalyseSIFile

public class AnalyseSIFile
extends java.lang.Object

Un fichier AnalyseSI associé à un format donné.

Author:
Loic Dreux

Constructor Summary
AnalyseSIFile(java.io.File file, Format format)
          Le constructeur de AnalyseSIFile.
 
Method Summary
 java.io.File getFile()
          Retourne le fichier physique.
 Format getFormat()
          Retourne le format du fichier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyseSIFile

public AnalyseSIFile(java.io.File file,
                     Format format)
Le constructeur de AnalyseSIFile.

Parameters:
file - Le fichier physique
format - Le format du fichier
Method Detail

getFile

public java.io.File getFile()
Retourne le fichier physique.

Returns:
le fichier physique

getFormat

public Format getFormat()
Retourne le format du fichier.

Returns:
le format du fichier


Copyright © 2009. All Rights Reserved.