Deprecated API


Contents
Deprecated Methods
org.zeroturnaround.exec.ProcessExecutor.debug()
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.debug(Logger)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.debug(String)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessResult.exitValue()
          use ProcessResult.getExitValue() 
org.zeroturnaround.exec.InvalidResultException.exitValue()
          use InvalidResultException.getExitValue() 
org.zeroturnaround.exec.StartedProcess.future()
          use StartedProcess.getFuture() instead. 
org.zeroturnaround.exec.ProcessExecutor.info()
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.info(Logger)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.info(String)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.StartedProcess.process()
          use StartedProcess.getProcess() instead. 
org.zeroturnaround.exec.ProcessExecutor.redirectErrorAsDebug()
          use ProcessExecutor.redirectError(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectErrorAsDebug(Logger)
          use ProcessExecutor.redirectError(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectErrorAsDebug(String)
          use ProcessExecutor.redirectError(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectErrorAsInfo()
          use ProcessExecutor.redirectError(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectErrorAsInfo(Logger)
          use ProcessExecutor.redirectError(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectErrorAsInfo(String)
          use ProcessExecutor.redirectError(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectOutputAsDebug()
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectOutputAsDebug(Logger)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectOutputAsDebug(String)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectOutputAsInfo()
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectOutputAsInfo(Logger)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.ProcessExecutor.redirectOutputAsInfo(String)
          use ProcessExecutor.redirectOutput(OutputStream) and Slf4jStream 
org.zeroturnaround.exec.InvalidResultException.result()
          use InvalidResultException.getResult() 
 



Copyright © 2015 ZeroTurnaround. All rights reserved.