Uses of Class
com.itextpdf.licensing.base.info.LicenseInfo
Packages that use LicenseInfo
-
Uses of LicenseInfo in com.itextpdf.licensing.base
Methods in com.itextpdf.licensing.base that return LicenseInfoModifier and TypeMethodDescriptionstatic LicenseInfo
LicenseKey.getLoadedLicenseInfo
(String productName) Gets info about loaded license for provided product name, trying to update the license.static LicenseInfo
LicenseKey.getLoadedLicenseInfo
(String productName, boolean checkingForUpdates) Gets info about loaded license for provided product name.Methods in com.itextpdf.licensing.base that return types with arguments of type LicenseInfoModifier and TypeMethodDescriptionstatic List<LicenseInfo>
LicenseKey.getLoadedLicensesInfo()
Gets info about loaded licenses.