org.sonar.batch.index
Class DuplicationPersister

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

public final class DuplicationPersister
extends Object
implements ScanPersister


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

Constructor Detail

DuplicationPersister

public DuplicationPersister(MyBatis mybatis,
                            RuleFinder ruleFinder,
                            SnapshotCache snapshotCache,
                            ResourceCache resourceCache,
                            DuplicationCache duplicationCache,
                            MetricFinder metricFinder)
Method Detail

persist

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


Copyright © 2009–2015 SonarSource. All rights reserved.