com.hungry.javacvs.client.handlers
Class CVSSetStaticDirHandler

java.lang.Object
  |
  +--com.hungry.javacvs.client.handlers.CVSResponseHandler
        |
        +--com.hungry.javacvs.client.handlers.CVSGenericHandler
              |
              +--com.hungry.javacvs.client.handlers.CVSSetStaticDirHandler

public class CVSSetStaticDirHandler
extends CVSGenericHandler

Handler for the Set-static-directory response.


Fields inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
listenerList, m_conn
 
Constructor Summary
CVSSetStaticDirHandler()
           
CVSSetStaticDirHandler(CVSConnection conn)
           
 
Method Summary
 void handleResponse()
           
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSGenericHandler
connectionShouldClose
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
addCVSHandlerListener, fireHandlerEvent, getHandlerInstanceByName, handlerNameEnumeration, removeCVSHandlerListener, setConnection, setupHandlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSSetStaticDirHandler

public CVSSetStaticDirHandler(CVSConnection conn)

CVSSetStaticDirHandler

public CVSSetStaticDirHandler()
Method Detail

handleResponse

public void handleResponse()
                    throws java.io.IOException,
                           CVSError,
                           CVSOperationComplete
Overrides:
handleResponse in class CVSGenericHandler