| Package | Description |
|---|---|
| org.owasp.dependencycheck.utils |
Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Settings.getBoolean(@NotNull String key)
Returns a boolean value from the properties file.
|
String |
Settings.getConnectionString(String connectionStringKey,
String dbFileNameKey)
Returns a connection string from the configured properties.
|
int |
Settings.getInt(@NotNull String key)
Returns an int value from the properties file.
|
long |
Settings.getLong(@NotNull String key)
Returns a long value from the properties file.
|
Copyright © 2012–2020 OWASP. All rights reserved.