org.sonar.batch.phases
Class GraphPersister

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

public class GraphPersister
extends Object
implements ScanPersister


Constructor Summary
GraphPersister(MyBatis myBatis, ScanGraph projectGraph, GraphPerspectiveBuilder[] builders)
           
 
Method Summary
 void persist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPersister

public GraphPersister(MyBatis myBatis,
                      ScanGraph projectGraph,
                      GraphPerspectiveBuilder[] builders)
Method Detail

persist

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


Copyright © 2009–2015 SonarSource. All rights reserved.