Uses of Interface
org.owasp.dependencycheck.data.nexus.NexusSearch
-
Packages that use NexusSearch Package Description org.owasp.dependencycheck.data.nexus Contains classes related to searching a Nexus repository.
These are used to abstract Nexus searching away from OWASP Dependency Check so they can be reused elsewhere. -
-
Uses of NexusSearch in org.owasp.dependencycheck.data.nexus
Classes in org.owasp.dependencycheck.data.nexus that implement NexusSearch Modifier and Type Class Description class
NexusV2Search
Class of methods to search Nexus repositories.class
NexusV3Search
Class of methods to search Nexus v3 repositories.
-