mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 11:01:44 +01:00
version 1.2.4 of site documentation
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Fri Jun 27 06:34:11 EDT 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Tue Aug 05 17:59:40 EDT 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>org.owasp.dependencycheck.utils (Dependency-Check Utils 1.2.3 API)</title>
|
||||
<meta name="date" content="2014-06-27">
|
||||
<title>org.owasp.dependencycheck.utils (Dependency-Check Utils 1.2.4 API)</title>
|
||||
<meta name="date" content="2014-08-05">
|
||||
<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="org.owasp.dependencycheck.utils (Dependency-Check Utils 1.2.3 API)";
|
||||
parent.document.title="org.owasp.dependencycheck.utils (Dependency-Check Utils 1.2.4 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -85,42 +85,48 @@
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/Checksum.html" title="class in org.owasp.dependencycheck.utils">Checksum</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Includes methods to generate the MD5 and SHA1 checksum.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/Downloader.html" title="class in org.owasp.dependencycheck.utils">Downloader</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A utility to download files from the Internet.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/FileUtils.html" title="class in org.owasp.dependencycheck.utils">FileUtils</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A collection of utilities for processing information about files.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/LogFilter.html" title="class in org.owasp.dependencycheck.utils">LogFilter</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A simple log filter to limit the entries written to the verbose log file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/LogUtils.html" title="class in org.owasp.dependencycheck.utils">LogUtils</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A utility class to aide in the setup of the logging mechanism.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/Settings.html" title="class in org.owasp.dependencycheck.utils">Settings</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A simple settings container that wraps the dependencycheck.properties file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/Settings.KEYS.html" title="class in org.owasp.dependencycheck.utils">Settings.KEYS</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">The collection of keys used within the properties file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/utils/URLConnectionFactory.html" title="class in org.owasp.dependencycheck.utils">URLConnectionFactory</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A URLConnection Factory to create new connections.</div>
|
||||
@@ -222,6 +228,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright © 2012–2014 <a href="http://www.owasp.org">OWASP</a>. All rights reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user