(ShellComponent component)
| 97 | private boolean changeDirectory = true; |
| 98 | |
| 99 | public ShellBolt(ShellComponent component) { |
| 100 | this(component.get_execution_command(), component.get_script()); |
| 101 | } |
| 102 | |
| 103 | public ShellBolt(String... command) { |
| 104 | this.command = command; |
nothing calls this directly
no test coverage detected