Class CmsModuleImportExportRepository.ModuleExportData

java.lang.Object
org.opencms.module.CmsModuleImportExportRepository.ModuleExportData
Enclosing class:
CmsModuleImportExportRepository

Holds exported module data and a modification date.
  • Constructor Details

    • ModuleExportData

      public ModuleExportData(byte[] content, long dateLastModified)
      Creates a new instance.
      Parameters:
      content - the exported data
      dateLastModified - the modification date
  • Method Details

    • getContent

      public byte[] getContent()
      Gets the exported data.
      Returns:
      the exported data
    • getDateLastModified

      public long getDateLastModified()
      Gets the last modification date.
      Returns:
      the last modification date