Modifier and Type | Class and Description |
---|---|
class |
ProcessShellFactory.ProcessShell |
static class |
ProcessShellFactory.TtyOptions |
Constructor and Description |
---|
ProcessShellFactory() |
ProcessShellFactory(String[] command) |
ProcessShellFactory(String[] command,
EnumSet<ProcessShellFactory.TtyOptions> ttyOptions) |
Modifier and Type | Method and Description |
---|---|
Command |
create()
Create a new instance
|
String[] |
getCommand() |
void |
setCommand(String[] command) |
public ProcessShellFactory()
public ProcessShellFactory(String[] command)
public ProcessShellFactory(String[] command, EnumSet<ProcessShellFactory.TtyOptions> ttyOptions)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.