Package mops.businesslogic
Class GarbageCollector
- java.lang.Object
-
- mops.businesslogic.GarbageCollector
-
@Profile("!test") @Component public class GarbageCollector extends java.lang.Object
Removes content of no longer existing groups.
-
-
Constructor Summary
Constructors Constructor Description GarbageCollector(FileInfoService fileInfoService, FileService fileService, DeleteService deleteService, GroupService groupService, DirectoryService directoryService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
garbageCollection()
Starts garbage collection.
-
-
-
Constructor Detail
-
GarbageCollector
public GarbageCollector(FileInfoService fileInfoService, FileService fileService, DeleteService deleteService, GroupService groupService, DirectoryService directoryService)
-
-