public class ProcessShellFactory extends AbstractLoggingBean implements Factory<Command>
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessShellFactory.ProcessShell |
static class |
ProcessShellFactory.TtyOptions |
log| Constructor and Description |
|---|
ProcessShellFactory() |
ProcessShellFactory(String[] command) |
ProcessShellFactory(String[] command,
Collection<ProcessShellFactory.TtyOptions> ttyOptions) |
| Modifier and Type | Method and Description |
|---|---|
Command |
create() |
String[] |
getCommand() |
void |
setCommand(String[] command) |
public ProcessShellFactory()
public ProcessShellFactory(String[] command)
public ProcessShellFactory(String[] command, Collection<ProcessShellFactory.TtyOptions> ttyOptions)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.