Uses of Interface
com.jalios.jstore.CleanFilter
-
Packages that use CleanFilter Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jstore Contains JStore core classes. -
-
Uses of CleanFilter in com.jalios.jcms
Classes in com.jalios.jcms that implement CleanFilter Modifier and Type Class Description class
CustomCleanFilter
class
JcmsCleanFilter
Methods in com.jalios.jcms with parameters of type CleanFilter Modifier and Type Method Description void
Channel. cleanStore(CleanFilter filter, JcmsContext context)
Cleans the store. -
Uses of CleanFilter in com.jalios.jstore
Methods in com.jalios.jstore with parameters of type CleanFilter Modifier and Type Method Description void
LogCleaner. clean(java.lang.String backupFilename, CleanFilter filter)
Clean the current store in the given file
-