version 1.2.3 of the documentation

This commit is contained in:
Jeremy Long
2014-06-28 06:33:21 -04:00
parent f79d7926fb
commit 15b03aed0c
1073 changed files with 27334 additions and 7440 deletions

View File

@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Sun Jun 22 20:56:31 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_45) on Fri Jun 27 07:06:12 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Dependency-Check Core 1.2.2 API)</title>
<meta name="date" content="2014-06-22">
<title>Index (Dependency-Check Core 1.2.3 API)</title>
<meta name="date" content="2014-06-27">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Dependency-Check Core 1.2.2 API)";
parent.document.title="Index (Dependency-Check Core 1.2.3 API)";
}
//-->
</script>
@@ -4686,6 +4686,10 @@
<dd>
<div class="block">Parses the given xml file and returns a list of the suppression rules contained.</div>
</dd>
<dt><span class="strong"><a href="./org/owasp/dependencycheck/suppression/SuppressionParser.html#parseSuppressionRules(java.io.InputStream)">parseSuppressionRules(InputStream)</a></span> - Method in class org.owasp.dependencycheck.suppression.<a href="./org/owasp/dependencycheck/suppression/SuppressionParser.html" title="class in org.owasp.dependencycheck.suppression">SuppressionParser</a></dt>
<dd>
<div class="block">Parses the given xml stream and returns a list of the suppression rules contained.</div>
</dd>
<dt><span class="strong"><a href="./org/owasp/dependencycheck/utils/DependencyVersion.html#parseVersion(java.lang.String)">parseVersion(String)</a></span> - Method in class org.owasp.dependencycheck.utils.<a href="./org/owasp/dependencycheck/utils/DependencyVersion.html" title="class in org.owasp.dependencycheck.utils">DependencyVersion</a></dt>
<dd>
<div class="block">Parses a version string into its sub parts: major, minor, revision, build, etc.</div>