public class ProcessShellFactory extends java.lang.Object implements Factory<Command>
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessShellFactory.ProcessShell |
static class |
ProcessShellFactory.TtyOptions |
| Constructor and Description |
|---|
ProcessShellFactory() |
ProcessShellFactory(java.lang.String[] command) |
ProcessShellFactory(java.lang.String[] command,
java.util.EnumSet<ProcessShellFactory.TtyOptions> ttyOptions) |
| Modifier and Type | Method and Description |
|---|---|
Command |
create()
Create a new instance
|
java.lang.String[] |
getCommand() |
void |
setCommand(java.lang.String[] command) |
public ProcessShellFactory()
public ProcessShellFactory(java.lang.String[] command)
public ProcessShellFactory(java.lang.String[] command,
java.util.EnumSet<ProcessShellFactory.TtyOptions> ttyOptions)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.