public class DuccRemoteLauncher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DuccRemoteLauncher.ExecutableTask |
static interface |
DuccRemoteLauncher.ProcessCompletionCallback |
static class |
DuccRemoteLauncher.ProcessCompletionResult |
| Modifier and Type | Field and Description |
|---|---|
static String |
FileSeparator |
| Constructor and Description |
|---|
DuccRemoteLauncher() |
DuccRemoteLauncher(String sshUser,
String sshIdentityLocation,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
Future<DuccRemoteLauncher.ProcessCompletionResult> |
execute(String host,
String command,
DuccRemoteLauncher.ProcessCompletionCallback callback) |
public static final String FileSeparator
public DuccRemoteLauncher()
public DuccRemoteLauncher(String sshUser, String sshIdentityLocation, OutputStream out) throws Exception
Exceptionpublic Future<DuccRemoteLauncher.ProcessCompletionResult> execute(String host, String command, DuccRemoteLauncher.ProcessCompletionCallback callback)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.