public interface ITransformationLicenseProvider
Modifier and Type | Method and Description |
---|---|
ITransformationLicense |
getLicense(java.lang.String licenseId)
Returned the specified license associated with this transformation.
|
java.lang.String[] |
getLicenseIds()
List the identifiers of licenses associated with this transformation.
|
ITransformationLicense[] |
getLicenses()
Return all defined licenses associated with this transformation.
|
ITransformationLicense[] getLicenses()
ITransformationLicense getLicense(java.lang.String licenseId)
licenseId
- the identifier of the licensejava.lang.String[] getLicenseIds()