org.sonar.batch
Class ProjectConfigurator

java.lang.Object
  extended by org.sonar.batch.ProjectConfigurator
All Implemented Interfaces:
BatchComponent

public class ProjectConfigurator
extends Object
implements BatchComponent


Constructor Summary
ProjectConfigurator(DatabaseSession databaseSession, Settings settings)
           
 
Method Summary
 ProjectConfigurator configure(Project project)
           
 Project create(ProjectDefinition definition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectConfigurator

public ProjectConfigurator(DatabaseSession databaseSession,
                           Settings settings)
Method Detail

create

public Project create(ProjectDefinition definition)

configure

public ProjectConfigurator configure(Project project)


Copyright © 2009-2012 SonarSource. All Rights Reserved.