mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-10 09:00:17 +02:00
documentation v1.3.1
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:23:55 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Sun Sep 20 06:48:03 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>App (Dependency-Check Command Line 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<title>App (Dependency-Check Command Line 1.3.1 API)</title>
|
||||
<meta name="date" content="2015-09-20">
|
||||
<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="App (Dependency-Check Command Line 1.3.0 API)";
|
||||
parent.document.title="App (Dependency-Check Command Line 1.3.1 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -139,7 +139,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected <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"><code><strong><a href="../../../org/owasp/dependencycheck/App.html#ensureCanonicalPath(java.lang.String)">ensureCanonicalPath</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> path)</code>
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path.</div>
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
@@ -222,7 +222,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<li class="blockList">
|
||||
<h4>ensureCanonicalPath</h4>
|
||||
<pre>protected <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> ensureCanonicalPath(<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> path)</pre>
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path. The caveats are that this method will take an Ant style
|
||||
<div class="block">Takes a path and resolves it to be a canonical & absolute path. The caveats are that this method will take an Ant style
|
||||
file selector path (../someDir/**\/*.jar) and convert it to an absolute/canonical path (at least to the left of the first *
|
||||
or ?).</div>
|
||||
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path to canonicalize</dd>
|
||||
@@ -295,6 +295,6 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright? 2012-15 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