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 FileSizeFileQuotaInfos. previousSizesprotected FileSizeFileQuotaInfos. sizesFields 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. cacheFileSizeMethods in com.jalios.jcms.quota that return FileSize Modifier and Type Method Description static FileSizeQuotaManager. computeFileSizes(java.io.File realFile, AssociatedFilesManager afMgr)Compute file size (with and without associated files)FileSizeQuotaManager. 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 voidQuotaManager. updateCacheFileSize(java.io.File file, FileSize fileSizeObj)update the cache file size with computed size
-