public class CLICallable extends Object implements org.codehaus.plexus.util.cli.CommandLineCallable
| Constructor and Description | 
|---|
CLICallable(int timeoutInSeconds,
                      StreamFeeder inputFeeder,
                      StreamPumper outputPumper,
                      StreamPumper errorPumper,
                      Process p,
                      ProcessHook processHook)  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
call()  | 
StreamPumper | 
getErrorPumper()  | 
StreamFeeder | 
getInputFeeder()  | 
StreamPumper | 
getOutputPumper()  | 
Process | 
getP()  | 
ProcessHook | 
getProcessHook()  | 
int | 
getTimeoutInSeconds()  | 
public CLICallable(int timeoutInSeconds, StreamFeeder inputFeeder, StreamPumper outputPumper, StreamPumper errorPumper, Process p, ProcessHook processHook)
public int getTimeoutInSeconds()
public StreamFeeder getInputFeeder()
public StreamPumper getOutputPumper()
public StreamPumper getErrorPumper()
public ProcessHook getProcessHook()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.