You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index-all.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1792,7 +1792,9 @@ <h2 class="title">L</h2>
1792
1792
<dt><spanclass="memberNameLink"><ahref="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.<ahref="org/spdx/utility/license/LicenseParserException.html" title="class in org.spdx.utility.license">LicenseParserException</a></dt>
1793
1793
<dd> </dd>
1794
1794
<dt><spanclass="memberNameLink"><ahref="org/spdx/utility/compare/LicenseCompareHelper.html#licenseUriToLicenseId(java.lang.String)">licenseUriToLicenseId(String)</a></span> - Static method in class org.spdx.utility.compare.<ahref="org/spdx/utility/compare/LicenseCompareHelper.html" title="class in org.spdx.utility.compare">LicenseCompareHelper</a></dt>
1795
-
<dd> </dd>
1795
+
<dd>
1796
+
<divclass="block">Convert a license object URI to its corresponding License ID</div>
1797
+
</dd>
1796
1798
<dt><spanclass="memberNameLink"><ahref="org/spdx/library/conversion/Spdx2to3Converter.html#LIFECYCLE_SCOPE_MAP">LIFECYCLE_SCOPE_MAP</a></span> - Static variable in class org.spdx.library.conversion.<ahref="org/spdx/library/conversion/Spdx2to3Converter.html" title="class in org.spdx.library.conversion">Spdx2to3Converter</a></dt>
1797
1799
<dd> </dd>
1798
1800
<dt><spanclass="memberNameLink"><ahref="org/spdx/storage/listedlicense/SpdxListedLicenseModelStore.html#LISTED_LICENSE_NAMESPACE">LISTED_LICENSE_NAMESPACE</a></span> - Static variable in class org.spdx.storage.listedlicense.<ahref="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>
2085
2087
<dd> </dd>
2086
2088
<dt><spanclass="memberNameLink"><ahref="org/spdx/utility/compare/LicenseCompareHelper.html#removeCommentChars(java.lang.String)">removeCommentChars(String)</a></span> - Static method in class org.spdx.utility.compare.<ahref="org/spdx/utility/compare/LicenseCompareHelper.html" title="class in org.spdx.utility.compare">LicenseCompareHelper</a></dt>
2087
2089
<dd>
2088
-
<divclass="block">Remove common comment characters from either a template or license text strings</div>
2090
+
<divclass="block">Remove common comment characters from either a template or license text
2091
+
strings</div>
2089
2092
</dd>
2090
2093
<dt><spanclass="memberNameLink"><ahref="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.<ahref="org/spdx/storage/listedlicense/CrossRefJson.html" title="class in org.spdx.storage.listedlicense">CrossRefJson</a></dt>
Copy file name to clipboardExpand all lines: org/spdx/utility/compare/LicenseCompareHelper.html
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,9 @@ <h3>Method Summary</h3>
360
360
<trid="i19" class="rowColor">
361
361
<tdclass="colFirst"><code>static <ahref="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>
362
362
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#licenseUriToLicenseId(java.lang.String)">licenseUriToLicenseId</a></span>​(<ahref="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> objectUri)</code></th>
363
-
<tdclass="colLast"> </td>
363
+
<tdclass="colLast">
364
+
<divclass="block">Convert a license object URI to its corresponding License ID</div>
365
+
</td>
364
366
</tr>
365
367
<trid="i20" class="altColor">
366
368
<tdclass="colFirst"><code>static <ahref="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>
419
421
<tdclass="colFirst"><code>static <ahref="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>
420
422
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#removeCommentChars(java.lang.String)">removeCommentChars</a></span>​(<ahref="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> s)</code></th>
421
423
<tdclass="colLast">
422
-
<divclass="block">Remove common comment characters from either a template or license text strings</div>
424
+
<divclass="block">Remove common comment characters from either a template or license text
425
+
strings</div>
423
426
</td>
424
427
</tr>
425
428
</table>
@@ -500,11 +503,13 @@ <h3>Method Detail</h3>
500
503
<liclass="blockList">
501
504
<h4>licenseUriToLicenseId</h4>
502
505
<preclass="methodSignature">public static <ahref="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> licenseUriToLicenseId​(<ahref="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> objectUri)</pre>
506
+
<divclass="block">Convert a license object URI to its corresponding License ID</div>
<preclass="methodSignature">public static <ahref="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> removeCommentChars​(<ahref="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> s)</pre>
518
-
<divclass="block">Remove common comment characters from either a template or license text strings</div>
523
+
<divclass="block">Remove common comment characters from either a template or license text
0 commit comments