Class CmsFolderSizeEntry

java.lang.Object
org.opencms.file.quota.CmsFolderSizeEntry

public class CmsFolderSizeEntry extends Object
Information about the total size of files in a folder (not including any subfolders).
  • Constructor Details

    • CmsFolderSizeEntry

      public CmsFolderSizeEntry(CmsUUID structureId, String rootPath, long size, int typeId)
      Creates a new entry.
      Parameters:
      structureId - the structure id of the folder
      rootPath - the root path of the folder
      size - the total file size
      typeId - the type of the folder
  • Method Details