Package org.spdx.core

Class SpdxCoreConstants


  • public class SpdxCoreConstants
    extends Object
    Common constants used in the SPDX core library
    Author:
    Gary O'Neall
    • Field Detail

      • LISTED_LICENSE_URL

        public static final String LISTED_LICENSE_URL
        The URL for the SPDX Listed Licenses.
        See Also:
        Constant Field Values
      • LISTED_LICENSE_NAMESPACE_PREFIX

        public static final String LISTED_LICENSE_NAMESPACE_PREFIX
        The namespace prefix for the SPDX Listed Licenses.

        Note: This uses "http" rather than "https" since RDF depends on the exact string, and we were not able to update the namespace variable to match the URL's.

        See Also:
        Constant Field Values
    • Constructor Detail

      • SpdxCoreConstants

        public SpdxCoreConstants()