public interface ActivationExecutor
License.createActivationExecutor()
Modifier and Type | Method and Description |
---|---|
void |
activate(String activationKey)
Activates a license key.
|
void activate(String activationKey) throws ActivationException
activationKey
- the key to activate.ActivationException
- if key is not present in the license or if license is invalid (e.g. expired).