tmf remote: Decouple connection creation from JSchConnection
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Mon, 6 Apr 2015 13:39:56 +0000 (09:39 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Mon, 6 Apr 2015 16:49:44 +0000 (12:49 -0400)
commit4fe75eb98aee677fb6af968e76add36ff66248c0
tree4b25346d82b70a3268838cab57d726c9fac9e0f0
parent550885a45907adabcdc58a08ca115c3e863b3176
tmf remote: Decouple connection creation from JSchConnection

The o.e.remote API used to not provide an API to store username,
host and port programmatically without using internal APIs of
the JSchConnection implementation. Now, o.e.remote API has been updated
to provide a generic API to set this values independent of the
actual implementation (see Bug on PTP 463468).

This patch is to update TMF remote to use the generic API.

Change-Id: Ib7ddd64d64f000e9c9e3de99e9f40afcbe10df8e
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/45328
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.tracecompass.tmf.remote.core/META-INF/MANIFEST.MF
org.eclipse.tracecompass.tmf.remote.core/src/org/eclipse/tracecompass/tmf/remote/core/proxy/TmfRemoteConnectionFactory.java
org.eclipse.tracecompass.tmf.remote.ui/META-INF/MANIFEST.MF
org.eclipse.tracecompass.tmf.remote/feature.xml
This page took 0.02635 seconds and 5 git commands to generate.