hudson.plugins.synergy.impl
Class StreamCommand

java.lang.Object
  extended by hudson.plugins.synergy.impl.StreamCommand
Direct Known Subclasses:
WriteObjectCommand

public abstract class StreamCommand
extends java.lang.Object


Constructor Summary
StreamCommand()
           
 
Method Summary
abstract  java.lang.String[] buildCommand(java.lang.String ccmExe)
           
 boolean[] buildMask()
           
abstract  java.io.OutputStream buildResultOutputer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamCommand

public StreamCommand()
Method Detail

buildCommand

public abstract java.lang.String[] buildCommand(java.lang.String ccmExe)

buildResultOutputer

public abstract java.io.OutputStream buildResultOutputer()
                                                  throws java.io.IOException,
                                                         java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

buildMask

public boolean[] buildMask()


Copyright © 2008-2009. All Rights Reserved.