public class SubProcess extends Object implements AutoCloseable
public SubProcess(String jarFile, List<String> parameters) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void close()
close in interface AutoCloseablepublic String readLine() throws InterruptedException
InterruptedExceptionpublic String readLine(int maxWaitSec) throws InterruptedException
InterruptedExceptionpublic void readAllLines()
throws InterruptedException
InterruptedExceptionpublic boolean hasEnded()
Copyright © 2014–2015. All rights reserved.