public abstract class AbstractLicenseDecoder extends Object implements LicenseDecoder
| Constructor and Description |
|---|
AbstractLicenseDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
decode(String licenseString) |
protected abstract Properties |
doDecode(String licenseString)
Actually decodes the license
|
protected abstract int |
getLicenseVersion()
The version of the decoder the license was decoded with.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanDecodepublic final Properties decode(String licenseString)
decode in interface LicenseDecoderprotected abstract Properties doDecode(String licenseString)
decode(String)protected abstract int getLicenseVersion()
Copyright © 2005–2018 Atlassian. All rights reserved.