Skip to content

Commit 237d757

Browse files
committed
deploy: 3ec6b34
1 parent e083585 commit 237d757

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

index-all.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,9 @@ <h2 class="title">L</h2>
17921792
<dt><span class="memberNameLink"><a href="org/spdx/utility/license/LicenseParserException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)">LicenseParserException(String, Throwable)</a></span> - Constructor for exception org.spdx.utility.license.<a href="org/spdx/utility/license/LicenseParserException.html" title="class in org.spdx.utility.license">LicenseParserException</a></dt>
17931793
<dd>&nbsp;</dd>
17941794
<dt><span class="memberNameLink"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#licenseUriToLicenseId(java.lang.String)">licenseUriToLicenseId(String)</a></span> - Static method in class org.spdx.utility.compare.<a href="org/spdx/utility/compare/LicenseCompareHelper.html" title="class in org.spdx.utility.compare">LicenseCompareHelper</a></dt>
1795-
<dd>&nbsp;</dd>
1795+
<dd>
1796+
<div class="block">Convert a license object URI to its corresponding License ID</div>
1797+
</dd>
17961798
<dt><span class="memberNameLink"><a href="org/spdx/library/conversion/Spdx2to3Converter.html#LIFECYCLE_SCOPE_MAP">LIFECYCLE_SCOPE_MAP</a></span> - Static variable in class org.spdx.library.conversion.<a href="org/spdx/library/conversion/Spdx2to3Converter.html" title="class in org.spdx.library.conversion">Spdx2to3Converter</a></dt>
17971799
<dd>&nbsp;</dd>
17981800
<dt><span class="memberNameLink"><a href="org/spdx/storage/listedlicense/SpdxListedLicenseModelStore.html#LISTED_LICENSE_NAMESPACE">LISTED_LICENSE_NAMESPACE</a></span> - Static variable in class org.spdx.storage.listedlicense.<a href="org/spdx/storage/listedlicense/SpdxListedLicenseModelStore.html" title="class in org.spdx.storage.listedlicense">SpdxListedLicenseModelStore</a></dt>
@@ -2085,7 +2087,8 @@ <h2 class="title">R</h2>
20852087
<dd>&nbsp;</dd>
20862088
<dt><span class="memberNameLink"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#removeCommentChars(java.lang.String)">removeCommentChars(String)</a></span> - Static method in class org.spdx.utility.compare.<a href="org/spdx/utility/compare/LicenseCompareHelper.html" title="class in org.spdx.utility.compare">LicenseCompareHelper</a></dt>
20872089
<dd>
2088-
<div class="block">Remove common comment characters from either a template or license text strings</div>
2090+
<div class="block">Remove common comment characters from either a template or license text
2091+
strings</div>
20892092
</dd>
20902093
<dt><span class="memberNameLink"><a href="org/spdx/storage/listedlicense/CrossRefJson.html#removePrimitiveValueToList(org.spdx.storage.PropertyDescriptor,java.lang.Object)">removePrimitiveValueToList(PropertyDescriptor, Object)</a></span> - Method in class org.spdx.storage.listedlicense.<a href="org/spdx/storage/listedlicense/CrossRefJson.html" title="class in org.spdx.storage.listedlicense">CrossRefJson</a></dt>
20912094
<dd>&nbsp;</dd>

member-search-index.zip

0 Bytes
Binary file not shown.

org/spdx/utility/compare/LicenseCompareHelper.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,9 @@ <h3>Method Summary</h3>
360360
<tr id="i19" class="rowColor">
361361
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
362362
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#licenseUriToLicenseId(java.lang.String)">licenseUriToLicenseId</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;objectUri)</code></th>
363-
<td class="colLast">&nbsp;</td>
363+
<td class="colLast">
364+
<div class="block">Convert a license object URI to its corresponding License ID</div>
365+
</td>
364366
</tr>
365367
<tr id="i20" class="altColor">
366368
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
@@ -419,7 +421,8 @@ <h3>Method Summary</h3>
419421
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
420422
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeCommentChars(java.lang.String)">removeCommentChars</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;s)</code></th>
421423
<td class="colLast">
422-
<div class="block">Remove common comment characters from either a template or license text strings</div>
424+
<div class="block">Remove common comment characters from either a template or license text
425+
strings</div>
423426
</td>
424427
</tr>
425428
</table>
@@ -500,11 +503,13 @@ <h3>Method Detail</h3>
500503
<li class="blockList">
501504
<h4>licenseUriToLicenseId</h4>
502505
<pre class="methodSignature">public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;licenseUriToLicenseId&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;objectUri)</pre>
506+
<div class="block">Convert a license object URI to its corresponding License ID</div>
503507
<dl>
504508
<dt><span class="paramLabel">Parameters:</span></dt>
505-
<dd><code>objectUri</code> - URI of the license</dd>
509+
<dd><code>objectUri</code> - The URI of the license.</dd>
506510
<dt><span class="returnLabel">Returns:</span></dt>
507-
<dd>license ID</dd>
511+
<dd>The SPDX License ID extracted from the URI, or the original
512+
<code>objectUri</code> if no known prefix is found.</dd>
508513
</dl>
509514
</li>
510515
</ul>
@@ -515,7 +520,8 @@ <h4>licenseUriToLicenseId</h4>
515520
<li class="blockList">
516521
<h4>removeCommentChars</h4>
517522
<pre class="methodSignature">public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;removeCommentChars&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;s)</pre>
518-
<div class="block">Remove common comment characters from either a template or license text strings</div>
523+
<div class="block">Remove common comment characters from either a template or license text
524+
strings</div>
519525
<dl>
520526
<dt><span class="paramLabel">Parameters:</span></dt>
521527
<dd><code>s</code> - string source</dd>

package-search-index.zip

0 Bytes
Binary file not shown.

type-search-index.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)