org.sonar.batch
Class DefaultResourceCreationLock

java.lang.Object
  extended by org.sonar.batch.DefaultResourceCreationLock
All Implemented Interfaces:
ResourceCreationLock, BatchComponent

Deprecated. not used since 4.2

@Deprecated
public final class DefaultResourceCreationLock
extends Object
implements ResourceCreationLock

This lock is used to ensure that Sonar resources (files, packages, directories) are not created by buggy plugins when saving measures/violations on unknown resources.

Since:
2.3

Constructor Summary
DefaultResourceCreationLock()
          Deprecated.  
 
Method Summary
 void lock()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResourceCreationLock

public DefaultResourceCreationLock()
Deprecated. 
Method Detail

lock

public void lock()
Deprecated. 
Specified by:
lock in interface ResourceCreationLock


Copyright © 2009–2015 SonarSource. All rights reserved.