org.sonar.batch.index
Class MeasurePersister

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

public final class MeasurePersister
extends Object
implements ScanPersister


Constructor Summary
MeasurePersister(MyBatis mybatis, RuleFinder ruleFinder, MeasureCache measureCache, SnapshotCache snapshotCache, ResourceCache resourceCache)
           
 
Method Summary
 void persist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurePersister

public MeasurePersister(MyBatis mybatis,
                        RuleFinder ruleFinder,
                        MeasureCache measureCache,
                        SnapshotCache snapshotCache,
                        ResourceCache resourceCache)
Method Detail

persist

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


Copyright © 2009–2015 SonarSource. All rights reserved.