| 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(String key)
Returns a boolean value from the properties file.
|
boolean |
Settings.getBoolean(String key,
boolean defaultValue)
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(String key)
Returns an int value from the properties file.
|
long |
Settings.getLong(String key)
Returns a long value from the properties file.
|
Copyright © 2012–2019 OWASP. All rights reserved.