Package org.spdx.rdfparser
Class SPDXLicenseInfoFactory
java.lang.Object
org.spdx.rdfparser.SPDXLicenseInfoFactory
@Deprecated public class SPDXLicenseInfoFactory extends Object
Deprecated.
-
Constructor Summary
Constructors Constructor Description SPDXLicenseInfoFactory()Deprecated. -
Method Summary
Modifier and Type Method Description static StringgetLicenseListVersion()Deprecated.static SpdxListedLicensegetStandardLicenseById(String licenseId)Deprecated.static String[]getStandardLicenseIds()Deprecated.static booleanisStandardLicenseId(String licenseId)Deprecated.static AnyLicenseInfoparseSPDXLicenseString(String licenseString)Deprecated.
-
Constructor Details
-
SPDXLicenseInfoFactory
public SPDXLicenseInfoFactory()Deprecated.
-
-
Method Details
-
getLicenseListVersion
Deprecated.This function has been replaced by LicenseInfoFactory.getLicenseListVersion() -
getStandardLicenseById
@Deprecated public static SpdxListedLicense getStandardLicenseById(String licenseId) throws InvalidSPDXAnalysisExceptionDeprecated.This function has been replaced by LicenseInfoFactory.getListedLicenseById(licenseId)- Throws:
InvalidSPDXAnalysisException
-
getStandardLicenseIds
Deprecated.This function has been replaced by LicenseInfoFactory.getSpdxListedLicenseIds() -
isStandardLicenseId
Deprecated.This function has been replaced by LicenseInfoFactory.isSpdxListedLicenseID(licenseId) -
parseSPDXLicenseString
@Deprecated public static AnyLicenseInfo parseSPDXLicenseString(String licenseString) throws InvalidLicenseStringExceptionDeprecated.This function has been replaced by LicenseInfoFactory.parseSPDXLicenseString(String licenseString)- Throws:
InvalidLicenseStringException
-