@Internal
public interface LicenseDetailsFactory
Modifier and Type | Method and Description |
---|---|
LicenseDetails |
getLicense(String licenseString)
Converts an encrypted license string to a license details.
|
boolean |
isDecodeable(String licenseString)
Determines whether a license string can be decoded by this factory.
|
@Nonnull LicenseDetails getLicense(@Nullable String licenseString)
NullLicenseDetails
.licenseString
- the (usually encrypted) license stringboolean isDecodeable(@Nullable String licenseString)
licenseString
- the (usually encrypted) license string to testCopyright © 2002-2015 Atlassian. All Rights Reserved.