public class LicenseCheckUtils extends Object
Constructor and Description |
---|
LicenseCheckUtils() |
Modifier and Type | Method and Description |
---|---|
static com.eviware.soapui.support.editor.EditorView<?> |
createUnlicensedEditorView(String viewId,
com.eviware.soapui.support.editor.Editor editor) |
static com.smartbear.ready.license.LicenseInfo |
getFirstTrialLicenseInfo(List<com.smartbear.ready.license.api.LicenseManagerService> licenseManagerServices) |
static boolean |
hasAtLeastOneAnyLicense() |
static boolean |
hasAtLeastOneProLicense(List<com.smartbear.ready.license.api.LicenseManagerService> licenseManagerServices) |
static boolean |
hasAtLeastOneTrialLicense(List<com.smartbear.ready.license.api.LicenseManagerService> licenseManagerServices) |
static boolean |
hasLicenseForMessageExchangeModelItem(com.eviware.soapui.impl.wsdl.support.MessageExchangeModelItem modelItem) |
static boolean |
hasLicenseForWsdlMessageExchange(com.eviware.soapui.impl.wsdl.submit.WsdlMessageExchange messageExchange)
Checks SoapUI or ServiceV Pro license based on the type of WsdlMessageExchange
|
static Boolean |
isDockerEnvironment() |
static boolean |
isMockTestStepResponse(com.eviware.soapui.impl.wsdl.mock.WsdlMockResponse modelItem) |
static boolean |
userHasAccessToMockResponse(com.eviware.soapui.impl.wsdl.mock.WsdlMockResponse modelItem) |
static boolean |
userHasAccessToSecurePro() |
static boolean |
userHasAccessToServiceV() |
static boolean |
userHasAccessToSoapUING() |
public static boolean hasLicenseForMessageExchangeModelItem(com.eviware.soapui.impl.wsdl.support.MessageExchangeModelItem modelItem)
public static boolean hasLicenseForWsdlMessageExchange(com.eviware.soapui.impl.wsdl.submit.WsdlMessageExchange messageExchange)
messageExchange
- public static boolean userHasAccessToSoapUING()
public static boolean userHasAccessToServiceV()
public static boolean isMockTestStepResponse(com.eviware.soapui.impl.wsdl.mock.WsdlMockResponse modelItem)
public static com.eviware.soapui.support.editor.EditorView<?> createUnlicensedEditorView(String viewId, com.eviware.soapui.support.editor.Editor editor)
public static boolean userHasAccessToMockResponse(com.eviware.soapui.impl.wsdl.mock.WsdlMockResponse modelItem)
public static boolean userHasAccessToSecurePro()
public static boolean hasAtLeastOneTrialLicense(List<com.smartbear.ready.license.api.LicenseManagerService> licenseManagerServices)
@Nullable public static com.smartbear.ready.license.LicenseInfo getFirstTrialLicenseInfo(List<com.smartbear.ready.license.api.LicenseManagerService> licenseManagerServices)
public static boolean hasAtLeastOneAnyLicense()
public static boolean hasAtLeastOneProLicense(List<com.smartbear.ready.license.api.LicenseManagerService> licenseManagerServices)
public static Boolean isDockerEnvironment()
Copyright © 2019. All rights reserved.