updated to version 1.0.5

This commit is contained in:
Jeremy Long
2013-11-16 13:44:16 -05:00
parent d6ec751081
commit 352e9de762
795 changed files with 12839 additions and 11400 deletions

View File

@@ -2,13 +2,13 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_25) on Sun Oct 20 21:38:29 EDT 2013 -->
<!-- Generated by javadoc (build 1.6.0_25) on Sat Nov 16 13:25:55 EST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Dependency-Check Core 1.0.4 API)
Index (Dependency-Check Core 1.0.5 API)
</TITLE>
<META NAME="date" CONTENT="2013-10-20">
<META NAME="date" CONTENT="2013-11-16">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
@@ -16,7 +16,7 @@ Index (Dependency-Check Core 1.0.4 API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Dependency-Check Core 1.0.4 API)";
parent.document.title="Index (Dependency-Check Core 1.0.5 API)";
}
}
</SCRIPT>
@@ -275,15 +275,22 @@ Variable in class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./org/ow
<DT><A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/MailingList.html#archive"><B>archive</B></A> -
Variable in class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/MailingList.html" title="class in org.owasp.dependencycheck.jaxb.pom.generated">MailingList</A>
<DD>&nbsp;
<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.html" title="class in org.owasp.dependencycheck.analyzer"><B>ArchiveAnalyzer</B></A> - Class in <A HREF="./org/owasp/dependencycheck/analyzer/package-summary.html">org.owasp.dependencycheck.analyzer</A><DD>An analyzer that works on archive files:
<b>ZIP</b> - if it is determined to be a JAR, WAR or EAR a copy is made
and the copy is given the correct extension so that it will be correctly
analyzed.
<b>WAR</b> - the WAR contents are extracted and added as dependencies to
the scan.<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.html#ArchiveAnalyzer()"><B>ArchiveAnalyzer()</B></A> -
<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.html" title="class in org.owasp.dependencycheck.analyzer"><B>ArchiveAnalyzer</B></A> - Class in <A HREF="./org/owasp/dependencycheck/analyzer/package-summary.html">org.owasp.dependencycheck.analyzer</A><DD>An analyzer that extracts files from archives and ensures any supported
files contained within the archive are added to the dependency list.<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.html#ArchiveAnalyzer()"><B>ArchiveAnalyzer()</B></A> -
Constructor for class org.owasp.dependencycheck.analyzer.<A HREF="./org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.html" title="class in org.owasp.dependencycheck.analyzer">ArchiveAnalyzer</A>
<DD>&nbsp;
<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html" title="class in org.owasp.dependencycheck.analyzer"><B>ArchiveExtractionException</B></A> - Exception in <A HREF="./org/owasp/dependencycheck/analyzer/package-summary.html">org.owasp.dependencycheck.analyzer</A><DD>An exception thrown when the analysis of a dependency fails.<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html#ArchiveExtractionException()"><B>ArchiveExtractionException()</B></A> -
Constructor for exception org.owasp.dependencycheck.analyzer.<A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html" title="class in org.owasp.dependencycheck.analyzer">ArchiveExtractionException</A>
<DD>Creates a new AnalysisException.
<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html#ArchiveExtractionException(java.lang.String)"><B>ArchiveExtractionException(String)</B></A> -
Constructor for exception org.owasp.dependencycheck.analyzer.<A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html" title="class in org.owasp.dependencycheck.analyzer">ArchiveExtractionException</A>
<DD>Creates a new AnalysisException.
<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html#ArchiveExtractionException(java.lang.Throwable)"><B>ArchiveExtractionException(Throwable)</B></A> -
Constructor for exception org.owasp.dependencycheck.analyzer.<A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html" title="class in org.owasp.dependencycheck.analyzer">ArchiveExtractionException</A>
<DD>Creates a new AnalysisException.
<DT><A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html#ArchiveExtractionException(java.lang.String, java.lang.Throwable)"><B>ArchiveExtractionException(String, Throwable)</B></A> -
Constructor for exception org.owasp.dependencycheck.analyzer.<A HREF="./org/owasp/dependencycheck/analyzer/ArchiveExtractionException.html" title="class in org.owasp.dependencycheck.analyzer">ArchiveExtractionException</A>
<DD>Creates a new DownloadFailedException.
<DT><A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/Dependency.html#artifactId"><B>artifactId</B></A> -
Variable in class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/Dependency.html" title="class in org.owasp.dependencycheck.jaxb.pom.generated">Dependency</A>
<DD>&nbsp;
@@ -2808,6 +2815,9 @@ Static method in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/depe
<DT><A HREF="./org/owasp/dependencycheck/dependency/Evidence.html#isUsed()"><B>isUsed()</B></A> -
Method in class org.owasp.dependencycheck.dependency.<A HREF="./org/owasp/dependencycheck/dependency/Evidence.html" title="class in org.owasp.dependencycheck.dependency">Evidence</A>
<DD>Get the value of used.
<DT><A HREF="./org/owasp/dependencycheck/utils/LogUtils.html#isVerboseLoggingEnabled()"><B>isVerboseLoggingEnabled()</B></A> -
Static method in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/dependencycheck/utils/LogUtils.html" title="class in org.owasp.dependencycheck.utils">LogUtils</A>
<DD>Get the value of verboseLoggingEnabled.
<DT><A HREF="./org/owasp/dependencycheck/data/nvdcve/NvdCve12Handler.Element.html#isVersNode()"><B>isVersNode()</B></A> -
Method in class org.owasp.dependencycheck.data.nvdcve.<A HREF="./org/owasp/dependencycheck/data/nvdcve/NvdCve12Handler.Element.html" title="class in org.owasp.dependencycheck.data.nvdcve">NvdCve12Handler.Element</A>
<DD>Checks if the handler is at the VERS node.
@@ -3053,6 +3063,18 @@ Static method in class org.owasp.dependencycheck.analyzer.<A HREF="./org/owasp/d
<DT><A HREF="./org/owasp/dependencycheck/data/update/Updateable.html#next()"><B>next()</B></A> -
Method in class org.owasp.dependencycheck.data.update.<A HREF="./org/owasp/dependencycheck/data/update/Updateable.html" title="class in org.owasp.dependencycheck.data.update">Updateable</A>
<DD>Returns the next item in the collection.
<DT><A HREF="./org/owasp/dependencycheck/data/NoDataException.html" title="class in org.owasp.dependencycheck.data"><B>NoDataException</B></A> - Exception in <A HREF="./org/owasp/dependencycheck/data/package-summary.html">org.owasp.dependencycheck.data</A><DD>An exception used when the data needed does not exist to perform analysis.<DT><A HREF="./org/owasp/dependencycheck/data/NoDataException.html#NoDataException()"><B>NoDataException()</B></A> -
Constructor for exception org.owasp.dependencycheck.data.<A HREF="./org/owasp/dependencycheck/data/NoDataException.html" title="class in org.owasp.dependencycheck.data">NoDataException</A>
<DD>Creates a new NoDataException.
<DT><A HREF="./org/owasp/dependencycheck/data/NoDataException.html#NoDataException(java.lang.String)"><B>NoDataException(String)</B></A> -
Constructor for exception org.owasp.dependencycheck.data.<A HREF="./org/owasp/dependencycheck/data/NoDataException.html" title="class in org.owasp.dependencycheck.data">NoDataException</A>
<DD>Creates a new NoDataException.
<DT><A HREF="./org/owasp/dependencycheck/data/NoDataException.html#NoDataException(java.lang.Throwable)"><B>NoDataException(Throwable)</B></A> -
Constructor for exception org.owasp.dependencycheck.data.<A HREF="./org/owasp/dependencycheck/data/NoDataException.html" title="class in org.owasp.dependencycheck.data">NoDataException</A>
<DD>Creates a new NoDataException.
<DT><A HREF="./org/owasp/dependencycheck/data/NoDataException.html#NoDataException(java.lang.String, java.lang.Throwable)"><B>NoDataException(String, Throwable)</B></A> -
Constructor for exception org.owasp.dependencycheck.data.<A HREF="./org/owasp/dependencycheck/data/NoDataException.html" title="class in org.owasp.dependencycheck.data">NoDataException</A>
<DD>Creates a new NoDataException.
<DT><A HREF="./org/owasp/dependencycheck/utils/NonClosingStream.html" title="class in org.owasp.dependencycheck.utils"><B>NonClosingStream</B></A> - Class in <A HREF="./org/owasp/dependencycheck/utils/package-summary.html">org.owasp.dependencycheck.utils</A><DD>NonClosingStream is a stream filter which prevents another class that
processes the stream from closing it.<DT><A HREF="./org/owasp/dependencycheck/utils/NonClosingStream.html#NonClosingStream(java.io.InputStream)"><B>NonClosingStream(InputStream)</B></A> -
Constructor for class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/dependencycheck/utils/NonClosingStream.html" title="class in org.owasp.dependencycheck.utils">NonClosingStream</A>
@@ -3069,6 +3091,9 @@ Constructor for class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./or
<DT><A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/CiManagement.html#notifiers"><B>notifiers</B></A> -
Variable in class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/CiManagement.html" title="class in org.owasp.dependencycheck.jaxb.pom.generated">CiManagement</A>
<DD>&nbsp;
<DT><A HREF="./org/owasp/dependencycheck/data/cpe/CpeIndexReader.html#numDocs()"><B>numDocs()</B></A> -
Method in class org.owasp.dependencycheck.data.cpe.<A HREF="./org/owasp/dependencycheck/data/cpe/CpeIndexReader.html" title="class in org.owasp.dependencycheck.data.cpe">CpeIndexReader</A>
<DD>Returns the number of CPE entries stored in the index.
<DT><A HREF="./org/owasp/dependencycheck/data/nvdcve/NvdCve12Handler.Element.html#NVD"><B>NVD</B></A> -
Static variable in class org.owasp.dependencycheck.data.nvdcve.<A HREF="./org/owasp/dependencycheck/data/nvdcve/NvdCve12Handler.Element.html" title="class in org.owasp.dependencycheck.data.nvdcve">NvdCve12Handler.Element</A>
<DD>A node type in the NVD CVE Schema 1.2.
@@ -3421,6 +3446,9 @@ Variable in class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./org/ow
<DT><A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/Activation.html#property"><B>property</B></A> -
Variable in class org.owasp.dependencycheck.jaxb.pom.generated.<A HREF="./org/owasp/dependencycheck/jaxb/pom/generated/Activation.html" title="class in org.owasp.dependencycheck.jaxb.pom.generated">Activation</A>
<DD>&nbsp;
<DT><A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html#PROXY_PASSWORD"><B>PROXY_PASSWORD</B></A> -
Static variable in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html" title="class in org.owasp.dependencycheck.utils">Settings.KEYS</A>
<DD>The properties key for the proxy password.
<DT><A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html#PROXY_PORT"><B>PROXY_PORT</B></A> -
Static variable in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html" title="class in org.owasp.dependencycheck.utils">Settings.KEYS</A>
<DD>The properties key for the proxy port - this must be an integer
@@ -3428,6 +3456,9 @@ Static variable in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/de
<DT><A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html#PROXY_URL"><B>PROXY_URL</B></A> -
Static variable in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html" title="class in org.owasp.dependencycheck.utils">Settings.KEYS</A>
<DD>The properties key for the proxy url.
<DT><A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html#PROXY_USERNAME"><B>PROXY_USERNAME</B></A> -
Static variable in class org.owasp.dependencycheck.utils.<A HREF="./org/owasp/dependencycheck/utils/Settings.KEYS.html" title="class in org.owasp.dependencycheck.utils">Settings.KEYS</A>
<DD>The properties key for the proxy username.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>