| Package | Description |
|---|---|
| org.owasp.dependencycheck.utils |
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteLock.lock()
Obtains a lock on the resource.
|
| Constructor and Description |
|---|
WriteLock(Settings settings)
Constructs a new Write Lock object with the configured settings.
|
WriteLock(Settings settings,
boolean isLockable)
Constructs a new Write Lock object with the configured settings.
|
WriteLock(Settings settings,
boolean isLockable,
String lockFileName)
Constructs a new Write Lock object with the configured settings.
|
Copyright © 2012–2021 OWASP. All rights reserved.