| Package | Description |
|---|---|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IncludedByReference> |
Dependency.getIncludedBy()
Get the unmodifiable set of includedBy (the list of parents of this
transitive dependency).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.addAllIncludedBy(java.util.Set<IncludedByReference> includedBy)
Adds a set of project references.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.