public final class Processes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Processes.Parameters |
static class |
Processes.ProcessException |
Constructor and Description |
---|
Processes() |
Modifier and Type | Method and Description |
---|---|
static rx.Observable<byte[]> |
execute(Processes.Parameters parameters) |
static rx.Observable<byte[]> |
execute(String... command) |
static void |
main(String[] args) |
public static void main(String[] args) throws IOException, InterruptedException
IOException
InterruptedException
public static rx.Observable<byte[]> execute(String... command)
public static rx.Observable<byte[]> execute(Processes.Parameters parameters)
Copyright © 2013–2016. All rights reserved.