public class BinaryOSProcessHandler extends OSProcessHandler
OSProcessHandler.SilentBaseOSProcessHandler.SimpleOutputReadermyCharset, myCommandLine, myPresentableName, myProcess, myWaitForSILENTLY_DESTROY_ON_CLOSE, TERMINATION_REQUESTED| Constructor and Description |
|---|
BinaryOSProcessHandler(GeneralCommandLine commandLine) |
BinaryOSProcessHandler(java.lang.Process process,
java.lang.String commandLine,
java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseDataReader |
createOutputDataReader() |
byte [] |
getOutput() |
checkEdtAndReadAction, deleteFileOnTermination, doDestroyProcess, getDefaultModality, killProcessTree, onOSProcessTerminated, processCanBeKilledByOS, processHasSeparateErrorStream, readerOptions, setHasPty, setShouldDestroyProcessRecursively, shouldDestroyProcessRecursively, waitFor, waitForcreateErrorDataReader, createProcessErrReader, createProcessOutReader, executeOnPooledThread, executeTask, startNotify, toStringcloseStreams, destroyProcessImpl, detachIsDefault, detachProcessImpl, getCharset, getCommandLine, getProcess, getProcessInputaddProcessListener, addProcessListener, destroyProcess, detachProcess, getExitCode, isProcessTerminated, isProcessTerminating, isSilentlyDestroyOnClose, isStartNotified, notifyProcessDetached, notifyProcessTerminated, notifyTextAvailable, removeProcessListenerchangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMappublic BinaryOSProcessHandler(GeneralCommandLine commandLine) throws ExecutionException
ExecutionExceptionpublic BinaryOSProcessHandler(java.lang.Process process,
java.lang.String commandLine,
java.nio.charset.Charset charset)
public byte [] getOutput()
protected BaseDataReader createOutputDataReader()
createOutputDataReader in class BaseOSProcessHandler