Uses of Class
org.whitesource.agent.dependency.resolver.js.JsLibsRegex
-
Packages that use JsLibsRegex Package Description org.whitesource.agent.dependency.resolver.js -
-
Uses of JsLibsRegex in org.whitesource.agent.dependency.resolver.js
Methods in org.whitesource.agent.dependency.resolver.js that return JsLibsRegex Modifier and Type Method Description static JsLibsRegexJsLibsRegex. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsLibsRegex[]JsLibsRegex. values()Returns an array containing the constants of this enum type, in the order they are declared.
-