Uses of Class
org.owasp.dependencycheck.xml.pom.License
-
Packages that use License Package Description org.owasp.dependencycheck.xml.pom This package contains classes used to parse pom.xml files. -
-
Uses of License in org.owasp.dependencycheck.xml.pom
Methods in org.owasp.dependencycheck.xml.pom that return types with arguments of type License Modifier and Type Method Description java.util.List<License>Model. getLicenses()Returns the list of licenses.Methods in org.owasp.dependencycheck.xml.pom with parameters of type License Modifier and Type Method Description voidModel. addLicense(License license)Adds a new license to the list of licenses.
-