Constant Field Values
Contents
org.spdx.*
-
org.spdx.core.SpdxCoreConstants Modifier and Type Constant Field Value public static final String
LISTED_LICENSE_NAMESPACE_PREFIX
"http://spdx.org/licenses/"
public static final String
LISTED_LICENSE_URL
"https://spdx.org/licenses/"
-
org.spdx.licenseTemplate.HtmlTemplateOutputHandler Modifier and Type Constant Field Value public static final String
OPTIONAL_LICENSE_TEXT_CLASS
"optional-license-text"
public static final String
REPLACEABLE_LICENSE_TEXT_CLASS
"replaceable-license-text"
-
org.spdx.licenseTemplate.LicenseTextHelper Modifier and Type Constant Field Value protected static final String
TOKEN_SPLIT_REGEX
"(^|[^\\s.,?\'();:\"/\\[\\]]{1,100})((\\s|\\.|,|\\?|\'|\"|\\(|\\)|;|:|/|\\[|]|$){1,100})"