Package org.eclipse.remote.core
Interface IRemoteConnectionPropertyService
-
- All Superinterfaces:
IRemoteConnection.Service
public interface IRemoteConnectionPropertyService extends IRemoteConnection.Service
A connection property is some descriptive information that's discovered about the connection. This service provides property values for a connection. Examples include:os.name Operating system name os.arch Operating system architecture os.version Operating system version file.separator File separator ("/" on UNIX) path.separator Path separator (":" on UNIX) line.separator Line separator ("\n" on UNIX) user.home Home directory- Since:
- 2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.remote.core.IRemoteConnection.Service
IRemoteConnection.Service.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProperty(String key)Gets the remote system property indicated by the specified key.-
Methods inherited from interface org.eclipse.remote.core.IRemoteConnection.Service
getRemoteConnection
-
-