hudson.plugins.perforce
Interface HudsonP4Executor

All Superinterfaces:
Executor
All Known Implementing Classes:
HudsonP4DefaultExecutor, HudsonP4RemoteExecutor

public interface HudsonP4Executor
extends Executor

Author:
rpetti

Method Summary
 void close()
          Close down all open resources
 void exec(String[] cmd)
          Execute the specified command and its arguments
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 
Methods inherited from interface com.tek42.perforce.process.Executor
getReader, getWriter
 

Method Detail

close

void close()
Description copied from interface: Executor
Close down all open resources

Specified by:
close in interface Executor

exec

void exec(String[] cmd)
          throws PerforceException
Description copied from interface: Executor
Execute the specified command and its arguments

Specified by:
exec in interface Executor
Throws:
PerforceException

getInputStream

InputStream getInputStream()
Specified by:
getInputStream in interface Executor

getOutputStream

OutputStream getOutputStream()
Specified by:
getOutputStream in interface Executor


Copyright © 2004-2013 Hudson. All Rights Reserved.