Skip to content

Commit c2e8b60

Browse files
committed
deploy: e6c2a17
1 parent 7bcbd6d commit c2e8b60

9 files changed

Lines changed: 114 additions & 27 deletions

deprecated-list.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,18 @@ <h2 title="Contents">Contents</h2>
137137
</tr>
138138
<tbody>
139139
<tr class="altColor">
140-
<th class="colDeprecatedItemName" scope="row"><a href="org/spdx/utility/compare/SpdxComparer.html#isExternalDcoumentRefsEquals()">org.spdx.utility.compare.SpdxComparer.isExternalDcoumentRefsEquals()</a></th>
140+
<th class="colDeprecatedItemName" scope="row"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#matchingStandardLicenseIds(java.lang.String)">org.spdx.utility.compare.LicenseCompareHelper.matchingStandardLicenseIds&#8203;(String)</a></th>
141141
<td class="colLast"></td>
142142
</tr>
143143
<tr class="rowColor">
144-
<th class="colDeprecatedItemName" scope="row"><a href="org/spdx/utility/compare/SpdxComparer.html#isfilesEquals()">org.spdx.utility.compare.SpdxComparer.isfilesEquals()</a></th>
144+
<th class="colDeprecatedItemName" scope="row"><a href="org/spdx/utility/compare/SpdxComparer.html#isExternalDcoumentRefsEquals()">org.spdx.utility.compare.SpdxComparer.isExternalDcoumentRefsEquals()</a></th>
145145
<td class="colLast"></td>
146146
</tr>
147147
<tr class="altColor">
148+
<th class="colDeprecatedItemName" scope="row"><a href="org/spdx/utility/compare/SpdxComparer.html#isfilesEquals()">org.spdx.utility.compare.SpdxComparer.isfilesEquals()</a></th>
149+
<td class="colLast"></td>
150+
</tr>
151+
<tr class="rowColor">
148152
<th class="colDeprecatedItemName" scope="row"><a href="org/spdx/utility/compare/SpdxItemComparer.html#isLicenseCommmentsEquals()">org.spdx.utility.compare.SpdxItemComparer.isLicenseCommmentsEquals()</a></th>
149153
<td class="colLast"></td>
150154
</tr>

index-all.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,16 @@ <h2 class="title">L</h2>
18161816
</dd>
18171817
<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>
18181818
<dd>&nbsp;</dd>
1819+
<dt><span class="memberNameLink"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#listAllListedExceptionIdsMatched(java.lang.String)">listAllListedExceptionIdsMatched(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>
1820+
<dd>
1821+
<div class="block">Returns a list of SPDX Listed Exception ID's that match the text provided using
1822+
the SPDX matching guidelines.</div>
1823+
</dd>
1824+
<dt><span class="memberNameLink"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#listAllListedLicenseIdsMatched(java.lang.String)">listAllListedLicenseIdsMatched(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>
1825+
<dd>
1826+
<div class="block">Returns a list of SPDX Listed License ID's that match the text provided using
1827+
the SPDX matching guidelines.</div>
1828+
</dd>
18191829
<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>
18201830
<dd>&nbsp;</dd>
18211831
<dt><span class="memberNameLink"><a href="org/spdx/library/LicenseInfoFactory.html#listedExceptionIdCaseSensitive(java.lang.String)">listedExceptionIdCaseSensitive(String)</a></span> - Static method in class org.spdx.library.<a href="org/spdx/library/LicenseInfoFactory.html" title="class in org.spdx.library">LicenseInfoFactory</a></dt>
@@ -1887,8 +1897,7 @@ <h2 class="title">M</h2>
18871897
</dd>
18881898
<dt><span class="memberNameLink"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#matchingStandardLicenseIds(java.lang.String)">matchingStandardLicenseIds(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>
18891899
<dd>
1890-
<div class="block">Returns a list of SPDX Standard License ID's that match the text provided using
1891-
the SPDX matching guidelines.</div>
1900+
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
18921901
</dd>
18931902
<dt><span class="memberNameLink"><a href="org/spdx/utility/compare/LicenseCompareHelper.html#matchingStandardLicenseIdsWithinText(java.lang.String)">matchingStandardLicenseIdsWithinText(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>
18941903
<dd>

member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

member-search-index.zip

26 Bytes
Binary file not shown.

org/spdx/library/LicenseInfoFactory.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ <h4>parseSPDXLicenseStringCompatV2</h4>
488488
<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;documentUri,
489489
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@Nullable</a>
490490
org.spdx.core.IModelCopyManager&nbsp;copyManager)
491-
throws org.spdx.library.model.v2.license.InvalidLicenseStringException,
492-
org.spdx.core.DefaultStoreNotInitializedException</pre>
491+
throws org.spdx.core.DefaultStoreNotInitializedException</pre>
493492
<div class="block">Parses a license string and converts it into a SPDXLicenseInfo object
494493
Syntax - A license set must start and end with a parenthesis "("
495494
A conjunctive license set will have and AND after the first
@@ -513,7 +512,6 @@ <h4>parseSPDXLicenseStringCompatV2</h4>
513512
<dd>an SPDXLicenseInfo created from the string. If the license expression is not parseable, a <code>InvalidLicenseExpression</code> is returned.</dd>
514513
<dt><span class="throwsLabel">Throws:</span></dt>
515514
<dd><code>org.spdx.core.DefaultStoreNotInitializedException</code> - if the default model store is not initialized</dd>
516-
<dd><code>org.spdx.library.model.v2.license.InvalidLicenseStringException</code></dd>
517515
</dl>
518516
</li>
519517
</ul>

0 commit comments

Comments
 (0)