public class ClusterTool extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
RemoteFolder |
browse(String root) |
void |
close() |
ClusterTool |
configure() |
ClusterTool |
configure(Map<String,String> env) |
ToolExecutionResult |
executeCommand(Map<String,String> env,
String... command) |
ToolExecutionResult |
executeCommand(String... arguments) |
ClusterTool |
install() |
ClusterTool |
uninstall() |
public ToolExecutionResult executeCommand(String... arguments)
public ToolExecutionResult executeCommand(Map<String,String> env, String... command)
public ClusterTool configure(Map<String,String> env)
public ClusterTool configure()
public ClusterTool install()
public ClusterTool uninstall()
public RemoteFolder browse(String root)
public void close()
close in interface AutoCloseableCopyright © 2021. All rights reserved.