public class ProcessShellFactory extends AbstractLoggingBean implements ShellFactory
log
Constructor and Description |
---|
ProcessShellFactory() |
ProcessShellFactory(List<String> command) |
ProcessShellFactory(String... command) |
Modifier and Type | Method and Description |
---|---|
Command |
create() |
protected InvertedShell |
createInvertedShell() |
List<String> |
getCommand() |
protected List<String> |
resolveEffectiveCommand(List<String> original) |
void |
setCommand(List<String> command) |
void |
setCommand(String... command) |
getSimplifiedLogger
public ProcessShellFactory()
public ProcessShellFactory(String... command)
public void setCommand(String... command)
public Command create()
protected InvertedShell createInvertedShell()
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.