Uses of Class
com.jalios.jcms.FileSize
-
Packages that use FileSize Package Description com.jalios.jcms.quota -
-
Uses of FileSize in com.jalios.jcms.quota
Fields in com.jalios.jcms.quota declared as FileSize Modifier and Type Field Description protected FileSize
FileQuotaInfos. previousSizes
protected FileSize
FileQuotaInfos. sizes
Fields in com.jalios.jcms.quota with type parameters of type FileSize Modifier and Type Field Description protected java.util.Map<java.lang.String,FileSize>
QuotaManager. cacheFileSize
Methods in com.jalios.jcms.quota that return FileSize Modifier and Type Method Description static FileSize
QuotaManager. computeFileSizes(java.io.File realFile, AssociatedFilesManager afMgr)
Compute file size (with and without associated files)FileSize
QuotaManager. getCacheFileSize(java.io.File file)
get the cache file size with computed sizeMethods in com.jalios.jcms.quota with parameters of type FileSize Modifier and Type Method Description void
QuotaManager. updateCacheFileSize(java.io.File file, FileSize fileSizeObj)
update the cache file size with computed size
-