- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getStandardOutput (0.07 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/vagrant/VagrantMachine.java
if (progressHandler == null) { progressHandler = new VagrantProgressLogger("==> " + extension.getBox() + ": "); } OutputStream output = execSpec.getStandardOutput(); // output from vagrant needs to be manually curated because --machine-readable isn't actually "readable" OutputStream progressStream = new ProgressOutputStream(vagrantSpec.command, progressHandler);
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 7.5K bytes - Click Count (0)