| 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,
java.lang.String lockFileName)
Constructs a new Write Lock object with the configured settings.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.