org.sonar.batch
Class DefaultResourceCreationLock
java.lang.Object
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
|
Method Summary |
void |
lock()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResourceCreationLock
public DefaultResourceCreationLock()
- Deprecated.
lock
public void lock()
- Deprecated.
- Specified by:
lock in interface ResourceCreationLock
Copyright © 2009–2015 SonarSource. All rights reserved.