public abstract class ComputerVistionProcesss extends Object
cat <input file> | <os command>| Modifier and Type | Field and Description |
|---|---|
protected File |
inputFile |
protected OSCommand |
osCommand |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
execute()
Запуск процесса.
|
ComputerVistionProcesss |
withInputFile(File inputFile) |
public abstract String execute() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic ComputerVistionProcesss withInputFile(File inputFile)
Copyright © 2021. All rights reserved.