Package com.applitools.eyes.universal
Class USDKConnection
- java.lang.Object
-
- com.applitools.eyes.universal.USDKConnection
-
- All Implemented Interfaces:
AutoCloseable
public class USDKConnection extends Object implements AutoCloseable
universal sdk connection
-
-
Field Summary
Fields Modifier and Type Field Description protected com.applitools.eyes.Loggerlogger
-
Constructor Summary
Constructors Constructor Description USDKConnection(AbstractSDKListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()com.applitools.eyes.SyncTaskListenerexecuteCommand(Command command)voidinit()
-
-
-
Constructor Detail
-
USDKConnection
public USDKConnection(AbstractSDKListener listener)
-
-
Method Detail
-
init
public void init()
-
executeCommand
public com.applitools.eyes.SyncTaskListener executeCommand(Command command) throws Exception
- Throws:
Exception
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-