org.sonar.batch.index
Class ComponentDataPersister

java.lang.Object
  extended by org.sonar.batch.index.ComponentDataPersister
All Implemented Interfaces:
BatchComponent, ScanPersister

public class ComponentDataPersister
extends Object
implements ScanPersister


Constructor Summary
ComponentDataPersister(ComponentDataCache data, SnapshotCache snapshots, SnapshotDataDao dao, MyBatis mybatis)
           
 
Method Summary
 void persist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDataPersister

public ComponentDataPersister(ComponentDataCache data,
                              SnapshotCache snapshots,
                              SnapshotDataDao dao,
                              MyBatis mybatis)
Method Detail

persist

public void persist()
Specified by:
persist in interface ScanPersister


Copyright © 2009–2015 SonarSource. All rights reserved.