Class TapeLibraryTarObjectStorageLocation
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectStorageLocation
-
- fr.gouv.vitam.storage.engine.common.model.TapeLibraryTarObjectStorageLocation
-
public class TapeLibraryTarObjectStorageLocation extends TapeLibraryObjectStorageLocation
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAR_ENTRIES
-
Fields inherited from class fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectStorageLocation
INPUT_FILE, TAR, TYPE
-
-
Constructor Summary
Constructors Constructor Description TapeLibraryTarObjectStorageLocation()
TapeLibraryTarObjectStorageLocation(java.util.List<TarEntryDescription> tarEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TarEntryDescription>
getTarEntries()
TapeLibraryTarObjectStorageLocation
setTarEntries(java.util.List<TarEntryDescription> tarEntries)
-
-
-
Field Detail
-
TAR_ENTRIES
public static final java.lang.String TAR_ENTRIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TapeLibraryTarObjectStorageLocation
public TapeLibraryTarObjectStorageLocation()
-
TapeLibraryTarObjectStorageLocation
public TapeLibraryTarObjectStorageLocation(java.util.List<TarEntryDescription> tarEntries)
-
-
Method Detail
-
getTarEntries
public java.util.List<TarEntryDescription> getTarEntries()
-
setTarEntries
public TapeLibraryTarObjectStorageLocation setTarEntries(java.util.List<TarEntryDescription> tarEntries)
-
-