Searched refs:printStream (Results 1 – 2 of 2) sorted by relevance
164 PrintStream printStream; in run() local166 printStream = (PrintStream) outStream; in run()168 printStream = System.out; in run()171 if (printStream != null) { in run()172 printStream.println(cmdLineBuilder); in run()
271 public Builder tee(PrintStream printStream) { in tee() argument272 tee = printStream; in tee()