| 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 |
|---|---|
FileFilterBuilder |
FileFilterBuilder.addExtensions(java.lang.Iterable<java.lang.String> extensions)
Add to the set of file extensions to accept for analysis.
|
FileFilterBuilder |
FileFilterBuilder.addExtensions(java.lang.String... extensions)
Add to the set of file extensions to accept for analysis.
|
FileFilterBuilder |
FileFilterBuilder.addFileFilters(org.apache.commons.io.filefilter.IOFileFilter... filters)
Add to a list of
IOFileFilter instances to consult for whether to accept a file for analysis. |
FileFilterBuilder |
FileFilterBuilder.addFilenames(java.lang.String... names)
Add to the set of filenames to accept for analysis.
|
static FileFilterBuilder |
FileFilterBuilder.newInstance()
Create a new instance and return it.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.