public class ConfigValidatorFactory
extends java.lang.Object
ConfigValidator to replace the usage of the static method of
ConfigValidator.getInstance(ClientType clientType)
Since the above getInstance method is used in li-frame-plugin, which is written in Groovy.
And Groovy has a known bug to not fully support calling static method with parameters (introduced in Java 8).
One discussion can be found here:
https://community.smartbear.com/t5/SoapUI-Pro/ERROR-groovy-lang-MissingMethodException-No-signature-of-method/td-p/187960| Modifier and Type | Method and Description |
|---|---|
static ConfigValidatorFactory |
getFactoryInstance()
get singleton instance
|
ConfigValidator |
getValidatorInstance(ClientType clientType)
to get an instance of ConfigValidator
|
public static ConfigValidatorFactory getFactoryInstance()
public ConfigValidator getValidatorInstance(ClientType clientType)
clientType - the Frame client type ClientType