org.gridkit.lab.util.shell
Interface Shell.ChildProcess
- Enclosing class:
- Shell
public static interface Shell.ChildProcess
write
Shell.ChildProcess write(byte[] raw)
throws IOException
- Throws:
IOException
write
Shell.ChildProcess write(String text)
throws IOException
- Throws:
IOException
writeln
Shell.ChildProcess writeln(String text)
throws IOException
- Throws:
IOException
done
void done()
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
done
void done(long timeout,
TimeUnit tu)
throws IOException,
InterruptedException,
TimeoutException
- Throws:
IOException
InterruptedException
TimeoutException
Copyright © 2017. All Rights Reserved.