Package com.google.gerrit.server.git
Class GarbageCollectionLogFile
- java.lang.Object
- 
- com.google.gerrit.server.git.GarbageCollectionLogFile
 
- 
- All Implemented Interfaces:
- LifecycleListener,- EventListener
 
 public class GarbageCollectionLogFile extends Object implements LifecycleListener 
- 
- 
Constructor SummaryConstructors Constructor Description GarbageCollectionLogFile(SitePaths sitePaths, org.eclipse.jgit.lib.Config config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()Invoked when the server is starting.voidstop()Invoked when the server is stopping.
 
- 
- 
- 
Constructor Detail- 
GarbageCollectionLogFile@Inject public GarbageCollectionLogFile(SitePaths sitePaths, org.eclipse.jgit.lib.Config config) 
 
- 
 - 
Method Detail- 
startpublic void start() Description copied from interface:LifecycleListenerInvoked when the server is starting.- Specified by:
- startin interface- LifecycleListener
 
 - 
stoppublic void stop() Description copied from interface:LifecycleListenerInvoked when the server is stopping.- Specified by:
- stopin interface- LifecycleListener
 
 
- 
 
-