org.codehaus.plexus.util.cli
Class CLICallable
java.lang.Object
org.codehaus.plexus.util.cli.CLICallable
- All Implemented Interfaces:
- Callable<Integer>, org.codehaus.plexus.util.cli.CommandLineCallable
public class CLICallable
- extends Object
- implements org.codehaus.plexus.util.cli.CommandLineCallable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLICallable
public CLICallable(int timeoutInSeconds,
StreamFeeder inputFeeder,
StreamPumper outputPumper,
StreamPumper errorPumper,
Process p,
ProcessHook processHook)
call
public Integer call()
throws org.codehaus.plexus.util.cli.CommandLineException
- Specified by:
call
in interface Callable<Integer>
- Specified by:
call
in interface org.codehaus.plexus.util.cli.CommandLineCallable
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
getTimeoutInSeconds
public int getTimeoutInSeconds()
getInputFeeder
public StreamFeeder getInputFeeder()
getOutputPumper
public StreamPumper getOutputPumper()
getErrorPumper
public StreamPumper getErrorPumper()
getP
public Process getP()
getProcessHook
public ProcessHook getProcessHook()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.