Package org.opencms.module
Class CmsModuleImportExportRepository.ModuleExportData
java.lang.Object
org.opencms.module.CmsModuleImportExportRepository.ModuleExportData
- Enclosing class:
- CmsModuleImportExportRepository
Holds exported module data and a modification date.
-
Constructor Summary
ConstructorDescriptionModuleExportData
(byte[] content, long dateLastModified) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the exported data.long
Gets the last modification date.
-
Constructor Details
-
ModuleExportData
Creates a new instance.- Parameters:
content
- the exported datadateLastModified
- the modification date
-
-
Method Details
-
getContent
Gets the exported data.- Returns:
- the exported data
-
getDateLastModified
Gets the last modification date.- Returns:
- the last modification date
-