Searched refs:StreamingShellOutput (Results 1 – 2 of 2) sorted by relevance
74 try (ShellCommandUtils.StreamingShellOutput sso = dump()){ in dump()94 public ShellCommandUtils.StreamingShellOutput dump() { in dump()129 try (ShellCommandUtils.StreamingShellOutput sso = dump()){ in findSystemServerExceptions()
107 public static StreamingShellOutput executeCommandForStream(String command, byte[] stdInBytes) in executeCommandForStream()121 return new StreamingShellOutput(fis, reader.lines()); in executeCommandForStream()440 public static final class StreamingShellOutput implements AutoCloseable { class in ShellCommandUtils445 StreamingShellOutput(FileInputStream fileInputStream, Stream<String> stream) { in StreamingShellOutput() method in ShellCommandUtils.StreamingShellOutput