org.sonar.batch.scan
Class ProjectLock

java.lang.Object
  extended by org.sonar.batch.scan.ProjectLock

public class ProjectLock
extends Object


Constructor Summary
ProjectLock(Semaphores semaphores, ProjectTree projectTree, AnalysisMode analysisMode, I18n i18n)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectLock

public ProjectLock(Semaphores semaphores,
                   ProjectTree projectTree,
                   AnalysisMode analysisMode,
                   I18n i18n)
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2009–2015 SonarSource. All rights reserved.