org.sonar.batch.phases.event
Interface PersisterExecutionHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension
All Known Implementing Classes:
PhasesSumUpTimeProfiler

public interface PersisterExecutionHandler
extends EventHandler


Nested Class Summary
static interface PersisterExecutionHandler.PersisterExecutionEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onPersisterExecution(PersisterExecutionHandler.PersisterExecutionEvent event)
          Called before and after execution of ScanPersister.
 

Method Detail

onPersisterExecution

void onPersisterExecution(PersisterExecutionHandler.PersisterExecutionEvent event)
Called before and after execution of ScanPersister.



Copyright © 2009–2015 SonarSource. All rights reserved.