Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class EntryStruct

java.lang.Object
  |
  +--EntryStruct

public class EntryStruct
extends java.lang.Object
Classe qui decrit la structure d'une entree telle qu'on l'utilise dans notre zippeur nom de l'entree + chemin absolu du fichier correpsondant


Constructor Summary
EntryStruct()
           
EntryStruct(java.lang.String entryName, java.lang.String absolutePath)
          le constructeur de la classe
 
Method Summary
java.lang.String getAbsolutePath()
          retourne le chemin absolu
java.lang.String getEntryName()
          retourne le nom de l'entree
void setAbsolutePath(java.lang.String absolutePath)
          place le chemin absolu du fichier
void setEntryName(java.lang.String entryName)
          place le nom de l'entree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

EntryStruct

public EntryStruct()

EntryStruct

public EntryStruct(java.lang.String entryName,
                   java.lang.String absolutePath)
le constructeur de la classe
Parameters:
String - entryName le nom de l'entree
String - absolutePath le chemin absolu du fichier correspondant
Method Detail

setEntryName

public void setEntryName(java.lang.String entryName)
place le nom de l'entree

setAbsolutePath

public void setAbsolutePath(java.lang.String absolutePath)
place le chemin absolu du fichier

getEntryName

public java.lang.String getEntryName()
retourne le nom de l'entree

getAbsolutePath

public java.lang.String getAbsolutePath()
retourne le chemin absolu

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD