public interface IHostConnector
ISystemImage. The used ISystemImage is by default taken from
the ITaurusSystem of the active application.
Available host connectors can be queried by using HostConnectorFinder.
Not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
ITaurusEditUtilities |
getEditUtilities() |
IFileUtilities |
getFileUtilities() |
ITaurusJobUtilities |
getJobUtilities() |
ITaurusPropertySetUtilities |
getPropertySetUtilities()
Deprecated.
the interface
ITaurusPropertySetUtilities is no
longer used. |
ISystemUtilities |
getSystemUtilities() |
boolean |
supportsSystemImageType(java.lang.Class<?> pClass)
Returns whether the given
ISystemImage implementation is
supported by this host connector. |
IFileUtilities getFileUtilities()
IFileUtilities or null,
if the system does not offer any data set tools.ISystemUtilities getSystemUtilities()
ISystemUtilities.ITaurusJobUtilities getJobUtilities()
ITaurusJobUtilities or
null, if the system does not support accessing jobs.ITaurusEditUtilities getEditUtilities()
ITaurusEditUtilities or
null, if the system does not offer any remote edit
tools.@Deprecated ITaurusPropertySetUtilities getPropertySetUtilities()
ITaurusPropertySetUtilities is no
longer used.ITaurusPropertySetUtilities or
null, if the system does not offer any remote edit
tools.boolean supportsSystemImageType(java.lang.Class<?> pClass)
ISystemImage implementation is
supported by this host connector.pClass - an ISystemImage implementation.true if the given system image is supported by this
connector and false otherwise.Copyright © 2015 Micro Focus GmbH. All rights reserved.