Uses of Class
org.owasp.dependencycheck.dependency.IncludedByReference
-
Packages that use IncludedByReference Package Description org.owasp.dependencycheck.dependency Contains the core Dependency implementation. -
-
Uses of IncludedByReference in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency that return types with arguments of type IncludedByReference Modifier and Type Method Description java.util.Set<IncludedByReference>Dependency. getIncludedBy()Get the unmodifiable set of includedBy (the list of parents of this transitive dependency).Method parameters in org.owasp.dependencycheck.dependency with type arguments of type IncludedByReference Modifier and Type Method Description voidDependency. addAllIncludedBy(java.util.Set<IncludedByReference> includedBy)Adds a set of project references.
-