Shell Resource resolver
Shell Resource resolver
     
    
    
    Details
    The resource is a computation unit, accessible by issuing local system commands, i.e. which URL scheme is "sh".
     
    
    
    Methods
    
Inherited methods
Method isFor()
Check that the provided resource is a computation resource accessible by shell commands. The resource URL scheme must be "sh" or "shell".
Usage
ShellResourceResolver$isFor(x)
 
 
Method newClient()
Create a ShellResourceClient instance from the provided resource.
Usage
ShellResourceResolver$newClient(x)
 
Arguments
- x
- A valid resource object. 
 
Returns
A ShellResourceClient object.
 
 
Method clone()
The objects of this class are cloneable with this method.
Usage
ShellResourceResolver$clone(deep = FALSE)
 
Arguments
- deep
- Whether to make a deep clone.