Package org.spdx.core
Class SpdxCoreConstants
- java.lang.Object
-
- org.spdx.core.SpdxCoreConstants
-
public class SpdxCoreConstants extends Object
Common constants used in the SPDX core library- Author:
- Gary O'Neall
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpdxCoreConstants.SpdxMajorVersion
Enumeration representing the major versions of the SPDX specification
-
Field Summary
Fields Modifier and Type Field Description static String
LISTED_LICENSE_NAMESPACE_PREFIX
The namespace prefix for the SPDX Listed Licenses.static String
LISTED_LICENSE_URL
The URL for the SPDX Listed Licenses.
-
Constructor Summary
Constructors Constructor Description SpdxCoreConstants()
-
-
-
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
-
-