Package org.opencms.file.quota
Class CmsFolderSizeEntry
java.lang.Object
org.opencms.file.quota.CmsFolderSizeEntry
Information about the total size of files in a folder (not including any subfolders).
-
Constructor Summary
ConstructorsConstructorDescriptionCmsFolderSizeEntry
(CmsUUID structureId, String rootPath, long size, int typeId) Creates a new entry. -
Method Summary
-
Constructor Details
-
CmsFolderSizeEntry
Creates a new entry.- Parameters:
structureId
- the structure id of the folderrootPath
- the root path of the foldersize
- the total file sizetypeId
- the type of the folder
-
-
Method Details