public final class DelegatingLicenseDecoder extends Object implements LicenseDecoder
| Constructor and Description |
|---|
DelegatingLicenseDecoder(List<LicenseDecoder> licenseDecoders) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDecode(String licenseString) |
Properties |
decode(String licenseString) |
public DelegatingLicenseDecoder(List<LicenseDecoder> licenseDecoders)
public boolean canDecode(String licenseString)
canDecode in interface LicenseDecoderpublic Properties decode(String licenseString)
decode in interface LicenseDecoderCopyright © 2005–2018 Atlassian. All rights reserved.