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
-
Method Summary
Modifier and TypeMethodDescription<T extends IRemoteConnectionType.Service>
TgetService
(IRemoteConnectionType connectionType, Class<T> service)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getService
public <T extends IRemoteConnectionType.Service> T getService(IRemoteConnectionType connectionType, Class<T> service) - Specified by:
getService
in interfaceIRemoteConnectionType.Service.Factory
-