Package org.eclipse.remote.serial.core
Class SerialPortConnection.Factory
java.lang.Object
org.eclipse.remote.serial.core.SerialPortConnection.Factory
- All Implemented Interfaces:
IRemoteConnection.Service.Factory
- Enclosing class:
SerialPortConnection
public static class SerialPortConnection.Factory
extends Object
implements IRemoteConnection.Service.Factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends IRemoteConnection.Service>
TgetService
(IRemoteConnection remoteConnection, Class<T> service)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getService
public <T extends IRemoteConnection.Service> T getService(IRemoteConnection remoteConnection, Class<T> service) - Specified by:
getService
in interfaceIRemoteConnection.Service.Factory
-