mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 11:52:15 +01:00
version 1.2.9 of documentation
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:17 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Checksum (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Checksum (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.Checksum (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.Checksum (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.DownloadFailedException (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.DownloadFailedException (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.DownloadFailedException (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.DownloadFailedException (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -104,21 +104,28 @@
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><span class="strong">Downloader.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Downloader.html#fetchFile(java.net.URL, java.io.File)">fetchFile</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputPath)</code>
|
||||
<div class="block">Retrieves a file from a given URL and saves it to the outputPath.</div>
|
||||
<td class="colFirst"><code>protected static void</code></td>
|
||||
<td class="colLast"><span class="strong">Downloader.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Downloader.html#analyzeException(java.io.IOException)">analyzeException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> ex)</code>
|
||||
<div class="block">Analyzes the IOException, logs the appropriate information for debugging purposes, and then throws a
|
||||
DownloadFailedException that wraps the IO Exception.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><span class="strong">Downloader.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Downloader.html#fetchFile(java.net.URL, java.io.File, boolean)">fetchFile</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
<td class="colLast"><span class="strong">Downloader.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Downloader.html#fetchFile(java.net.URL,%20java.io.File)">fetchFile</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputPath)</code>
|
||||
<div class="block">Retrieves a file from a given URL and saves it to the outputPath.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static void</code></td>
|
||||
<td class="colLast"><span class="strong">Downloader.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Downloader.html#fetchFile(java.net.URL,%20java.io.File,%20boolean)">fetchFile</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputPath,
|
||||
boolean useProxy)</code>
|
||||
<div class="block">Retrieves a file from a given URL and saves it to the outputPath.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static long</code></td>
|
||||
<td class="colLast"><span class="strong">Downloader.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Downloader.html#getLastModified(java.net.URL)">getLastModified</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url)</code>
|
||||
<div class="block">Makes an HTTP Head request to retrieve the last modified date of the given URL.</div>
|
||||
@@ -176,6 +183,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:17 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Downloader (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Downloader (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.Downloader (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.Downloader (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.ExtractionException (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.ExtractionException (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.ExtractionException (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.ExtractionException (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.FileUtils (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.FileUtils (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.FileUtils (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.FileUtils (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.InvalidSettingException (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.InvalidSettingException (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.InvalidSettingException (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.InvalidSettingException (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -111,14 +111,14 @@
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static boolean</code></td>
|
||||
<td class="colLast"><span class="strong">Settings.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Settings.html#getBoolean(java.lang.String, boolean)">getBoolean</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key,
|
||||
<td class="colLast"><span class="strong">Settings.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Settings.html#getBoolean(java.lang.String,%20boolean)">getBoolean</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key,
|
||||
boolean defaultValue)</code>
|
||||
<div class="block">Returns a boolean value from the properties file.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<td class="colLast"><span class="strong">Settings.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Settings.html#getConnectionString(java.lang.String, java.lang.String, java.lang.String)">getConnectionString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> connectionStringKey,
|
||||
<td class="colLast"><span class="strong">Settings.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/Settings.html#getConnectionString(java.lang.String,%20java.lang.String,%20java.lang.String)">getConnectionString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> connectionStringKey,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dbFileNameKey,
|
||||
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dbVersionKey)</code>
|
||||
<div class="block">Returns a connection string from the configured properties.</div>
|
||||
@@ -188,6 +188,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.LogFilter (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.LogFilter (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.LogFilter (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.LogFilter (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.LogUtils (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.LogUtils (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.LogUtils (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.LogUtils (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Settings.KEYS (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Settings.KEYS (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.Settings.KEYS (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.Settings.KEYS (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Settings (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.Settings (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.Settings (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.Settings (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -176,6 +176,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.URLConnectionFactory (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.URLConnectionFactory (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.URLConnectionFactory (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.URLConnectionFactory (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -112,6 +112,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 06:35:16 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:02:09 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.URLConnectionFailureException (Dependency-Check Utils 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>Uses of Class org.owasp.dependencycheck.utils.URLConnectionFailureException (Dependency-Check Utils 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<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="Uses of Class org.owasp.dependencycheck.utils.URLConnectionFailureException (Dependency-Check Utils 1.2.7 API)";
|
||||
parent.document.title="Uses of Class org.owasp.dependencycheck.utils.URLConnectionFailureException (Dependency-Check Utils 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -111,7 +111,7 @@
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net">HttpURLConnection</a></code></td>
|
||||
<td class="colLast"><span class="strong">URLConnectionFactory.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/URLConnectionFactory.html#createHttpURLConnection(java.net.URL, boolean)">createHttpURLConnection</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
<td class="colLast"><span class="strong">URLConnectionFactory.</span><code><strong><a href="../../../../../org/owasp/dependencycheck/utils/URLConnectionFactory.html#createHttpURLConnection(java.net.URL,%20boolean)">createHttpURLConnection</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url,
|
||||
boolean proxy)</code>
|
||||
<div class="block">Utility method to create an HttpURLConnection.</div>
|
||||
</td>
|
||||
@@ -168,6 +168,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user