Uses of Class
com.h3xstream.retirejs.repo.JsLibrary
-
Packages that use JsLibrary Package Description com.h3xstream.retirejs.repo -
-
Uses of JsLibrary in com.h3xstream.retirejs.repo
Fields in com.h3xstream.retirejs.repo with type parameters of type JsLibrary Modifier and Type Field Description protected java.util.List<JsLibrary>VulnerabilitiesRepository. jsLibraresMethods in com.h3xstream.retirejs.repo that return JsLibrary Modifier and Type Method Description JsLibraryJsLibraryResult. getLibrary()Methods in com.h3xstream.retirejs.repo with parameters of type JsLibrary Modifier and Type Method Description voidVulnerabilitiesRepository. addLibrary(JsLibrary lib)voidJsLibraryResult. setLibrary(JsLibrary library)Constructors in com.h3xstream.retirejs.repo with parameters of type JsLibrary Constructor Description JsLibraryResult(JsLibrary library, JsVulnerability vuln, java.lang.String detectedVersion, java.lang.String regexRequest, java.lang.String regexResponse)
-