Uses of Class
com.jalios.jcms.AssociatedFilesManager
-
Packages that use AssociatedFilesManager Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.quota -
-
Uses of AssociatedFilesManager in com.jalios.jcms
Methods in com.jalios.jcms that return AssociatedFilesManager Modifier and Type Method Description static AssociatedFilesManager
AssociatedFilesManager. getInstance()
returns the singleton instance -
Uses of AssociatedFilesManager in com.jalios.jcms.quota
Methods in com.jalios.jcms.quota with parameters of type AssociatedFilesManager Modifier and Type Method Description static FileSize
QuotaManager. computeFileSizes(java.io.File realFile, AssociatedFilesManager afMgr)
Compute file size (with and without associated files)
-