Package org.eclipse.remote.ui
Class RemoteUIFileService.Factory
- java.lang.Object
-
- org.eclipse.remote.ui.RemoteUIFileService.Factory
-
- All Implemented Interfaces:
IRemoteConnectionType.Service.Factory
- Enclosing class:
- RemoteUIFileService
public static class RemoteUIFileService.Factory extends Object implements IRemoteConnectionType.Service.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends IRemoteConnectionType.Service>
TgetService(IRemoteConnectionType connectionType, Class<T> service)
-
-
-
Method Detail
-
getService
public <T extends IRemoteConnectionType.Service> T getService(IRemoteConnectionType connectionType, Class<T> service)
- Specified by:
getServicein interfaceIRemoteConnectionType.Service.Factory
-
-