Class TapeLibraryObjectStorageLocation
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectStorageLocation
-
- Direct Known Subclasses:
TapeLibraryInputFileObjectStorageLocation
,TapeLibraryTarObjectStorageLocation
public abstract class TapeLibraryObjectStorageLocation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INPUT_FILE
static java.lang.String
TAR
static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description TapeLibraryObjectStorageLocation()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
INPUT_FILE
public static final java.lang.String INPUT_FILE
- See Also:
- Constant Field Values
-
TAR
public static final java.lang.String TAR
- See Also:
- Constant Field Values
-
-