Interface LicenseDetailsAccessor
- All Known Implementing Classes:
CachingLicenseDetailsAccessor
,LicenseDetailsAccessorImpl
@ExperimentalApi
public interface LicenseDetailsAccessor
Accessor which is getting information about the License on the instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Resetting current license details to the actual state.
-
Method Details
-
getLicenseDetails
LicenseDetails getLicenseDetails()- Returns:
- License details of current instance.
-
newLicense
void newLicense()Resetting current license details to the actual state.
-