mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-26 18:28:56 +02:00
version 1.2.8 of the 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 Sun Dec 07 07:01:38 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 28 09:17:32 EST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>CliParser (Dependency-Check Command Line 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>CliParser (Dependency-Check Command Line 1.2.8 API)</title>
|
||||
<meta name="date" content="2014-12-28">
|
||||
<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="CliParser (Dependency-Check Command Line 1.2.7 API)";
|
||||
parent.document.title="CliParser (Dependency-Check Command Line 1.2.8 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -309,60 +309,66 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isCentralDisabled()">isCentralDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableCentral command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isGetHelp()">isGetHelp</a></strong>()</code>
|
||||
<div class="block">Determines if the 'help' command line argument was passed in.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isGetVersion()">isGetVersion</a></strong>()</code>
|
||||
<div class="block">Determines if the 'version' command line argument was passed in.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isJarDisabled()">isJarDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableJar command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNexusDisabled()">isNexusDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableNexus command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNexusUsesProxy()">isNexusUsesProxy</a></strong>()</code>
|
||||
<div class="block">Returns true if the Nexus Analyzer should use the configured proxy to connect to Nexus; otherwise false is
|
||||
returned.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isNuspecDisabled()">isNuspecDisabled</a></strong>()</code>
|
||||
<div class="block">Returns true if the disableNuspec command line argument was specified.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#isRunScan()">isRunScan</a></strong>()</code>
|
||||
<div class="block">Determines if the 'scan' command line argument was passed in.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#parse(java.lang.String[])">parse</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>[] args)</code>
|
||||
<div class="block">Parses the arguments passed in and captures the results for later use.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#printHelp()">printHelp</a></strong>()</code>
|
||||
<div class="block">Displays the command line help message to the standard output.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../org/owasp/dependencycheck/CliParser.html#printVersionInfo()">printVersionInfo</a></strong>()</code>
|
||||
<div class="block">
|
||||
@@ -512,6 +518,17 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableNexus command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="isCentralDisabled()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isCentralDisabled</h4>
|
||||
<pre>public boolean isCentralDisabled()</pre>
|
||||
<div class="block">Returns true if the disableCentral command line argument was specified.</div>
|
||||
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the disableCentral command line argument was specified; otherwise false</dd></dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getNexusUrl()">
|
||||
<!-- -->
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user