public interface INodeClientFactory
INodeClient to local or remote a Host.| Modifier and Type | Method and Description | 
|---|---|
INodeClient | 
create(java.lang.String hostIpAddress)
Fetches a client to manipulate files & run commands on the BJ  
Host
 with the given IP address | 
void | 
delete(java.lang.String hostIpAddress)  | 
int | 
getPriority()
The plugin providing the biggest priority will be used. 
 | 
INodeClient create(java.lang.String hostIpAddress) throws ServerFault
Host
 with the given IP addresshostIpAddress - ServerFaultvoid delete(java.lang.String hostIpAddress)
     throws ServerFault
ServerFaultint getPriority()
Copyright © 2023. All Rights Reserved.