Package | Description |
---|---|
org.apache.tika.utils |
Utilities.
|
Modifier and Type | Method and Description |
---|---|
static FileProcessResult |
ProcessUtils.execute(ProcessBuilder pb,
long timeoutMillis,
int maxStdoutBuffer,
int maxStdErrBuffer)
This writes stdout and stderr to the FileProcessResult.
|
static FileProcessResult |
ProcessUtils.execute(ProcessBuilder pb,
long timeoutMillis,
Path stdoutRedirect,
int maxStdErrBuffer)
This redirects stdout to stdoutRedirect path.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.