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
<divclass="block">Checks if the default model store is initialized</div>
729
729
</dd>
730
+
<dt><spanclass="memberNameLink"><ahref="org/spdx/licenseTemplate/LicenseTextHelper.html#isLicenseTextEquivalent(java.lang.String%5B%5D,java.lang.String%5B%5D)">isLicenseTextEquivalent(String[], String[])</a></span> - Static method in class org.spdx.licenseTemplate.<ahref="org/spdx/licenseTemplate/LicenseTextHelper.html" title="class in org.spdx.licenseTemplate">LicenseTextHelper</a></dt>
731
+
<dd>
732
+
<divclass="block">Returns true if two sets of license tokens is considered a match per
733
+
the SPDX License matching guidelines documented at spdx.org (currently <ahref="https://spdx.github.io/spdx-spec/v2.3/license-matching-guidelines-and-templates/">license matching guidelines</a>)
734
+
There are 2 unimplemented features - bullets/numbering is not considered and comments with no whitespace between text is not skipped</div>
735
+
</dd>
730
736
<dt><spanclass="memberNameLink"><ahref="org/spdx/licenseTemplate/LicenseTextHelper.html#isLicenseTextEquivalent(java.lang.String,java.lang.String)">isLicenseTextEquivalent(String, String)</a></span> - Static method in class org.spdx.licenseTemplate.<ahref="org/spdx/licenseTemplate/LicenseTextHelper.html" title="class in org.spdx.licenseTemplate">LicenseTextHelper</a></dt>
731
737
<dd>
732
738
<divclass="block">Returns true if two sets of license text is considered a match per
@@ -964,6 +970,8 @@ <h2 class="title">P</h2>
964
970
<divclass="block">Parses the license template calling the templateOutputHandler for any text
965
971
and rules found</div>
966
972
</dd>
973
+
<dt><spanclass="memberNameLink"><ahref="org/spdx/core/SpdxCoreConstants.SpdxMajorVersion.html#prefix()">prefix()</a></span> - Method in enum org.spdx.core.<ahref="org/spdx/core/SpdxCoreConstants.SpdxMajorVersion.html" title="enum in org.spdx.core">SpdxCoreConstants.SpdxMajorVersion</a></dt>
974
+
<dd> </dd>
967
975
<dt><spanclass="memberNameLink"><ahref="org/spdx/core/NotEquivalentReason.NotEquivalent.html#PROPERTY_NOT_EQUIVALENT">PROPERTY_NOT_EQUIVALENT</a></span> - org.spdx.core.<ahref="org/spdx/core/NotEquivalentReason.NotEquivalent.html" title="enum in org.spdx.core">NotEquivalentReason.NotEquivalent</a></dt>
968
976
<dd>
969
977
<divclass="block">Indicates that a property value is not equivalent between the objects.</div>
@@ -987,6 +995,10 @@ <h2 class="title">P</h2>
987
995
</a>
988
996
<h2class="title">R</h2>
989
997
<dl>
998
+
<dt><spanclass="memberNameLink"><ahref="org/spdx/core/ModelRegistry.html#registerExtensionType(java.lang.String,java.lang.Class)">registerExtensionType(String, Class<? extends CoreModelObject>)</a></span> - Method in class org.spdx.core.<ahref="org/spdx/core/ModelRegistry.html" title="class in org.spdx.core">ModelRegistry</a></dt>
999
+
<dd>
1000
+
<divclass="block">Registers an extension class that can be used to extend an SPDX model</div>
1001
+
</dd>
990
1002
<dt><spanclass="memberNameLink"><ahref="org/spdx/core/ModelRegistry.html#registerModel(org.spdx.core.ISpdxModelInfo)">registerModel(ISpdxModelInfo)</a></span> - Method in class org.spdx.core.<ahref="org/spdx/core/ModelRegistry.html" title="class in org.spdx.core">ModelRegistry</a></dt>
991
1003
<dd>
992
1004
<divclass="block">Register a model in the registry</div>
0 commit comments