org.sonar.plugins.cpd.index
Class IndexFactory

java.lang.Object
  extended by org.sonar.plugins.cpd.index.IndexFactory
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class IndexFactory
extends Object
implements BatchExtension


Constructor Summary
IndexFactory(Settings settings)
          For dry run, where is no access to database.
IndexFactory(Settings settings, ResourcePersister resourcePersister, DuplicationDao dao)
           
 
Method Summary
 SonarDuplicationsIndex create(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexFactory

public IndexFactory(Settings settings)
For dry run, where is no access to database.


IndexFactory

public IndexFactory(Settings settings,
                    ResourcePersister resourcePersister,
                    DuplicationDao dao)
Method Detail

create

public SonarDuplicationsIndex create(Project project)


Copyright © 2009-2012 SonarSource. All Rights Reserved.