Uses of Class
org.dspace.checker.ResultsPruner
-
Packages that use ResultsPruner Package Description org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software. -
-
Uses of ResultsPruner in org.dspace.checker
Methods in org.dspace.checker that return ResultsPruner Modifier and Type Method Description static ResultsPrunerResultsPruner. getDefaultPruner(Context context)Factory method for the default results pruner configuration using dspace.cfgstatic ResultsPrunerResultsPruner. getPruner(Context context, String propsFile)Factory method for ResultsPrunersstatic ResultsPrunerResultsPruner. getPruner(Context context, Properties props)Factory method for ResultsPruners (used to load ConfigurationManager properties.
-