MCPcopy Create free account
hub / github.com/apache/storm / ShellBolt

Method ShellBolt

storm-client/src/jvm/org/apache/storm/task/ShellBolt.java:99–101  ·  view source on GitHub ↗
(ShellComponent component)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 2

get_execution_commandMethod · 0.80
get_scriptMethod · 0.80

Tested by

no test coverage detected