nl.toolforge.karma.core.vc.cvsimpl
Class ExtClient

java.lang.Object
  extended bynl.toolforge.karma.core.vc.cvsimpl.ExtClient

public final class ExtClient
extends java.lang.Object

Quick hack to support the CVS ext protocol. This implementation uses the Ant task, not anything native, unfortunately.

Version:
$Id: ExtClient.java,v 1.2 2004/11/02 23:57:07 asmedes Exp $
Author:
D.A. Smedes

Constructor Summary
ExtClient()
           
 
Method Summary
 void addCVSListener(LogParser listener)
           
 void runCommand(org.netbeans.lib.cvsclient.command.Command command, java.io.File contextDirectory, CVSRepository location)
           
 void setHandler(CommandResponseHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtClient

public ExtClient()
Method Detail

setHandler

public void setHandler(CommandResponseHandler handler)

runCommand

public void runCommand(org.netbeans.lib.cvsclient.command.Command command,
                       java.io.File contextDirectory,
                       CVSRepository location)
                throws CVSException
Throws:
CVSException

addCVSListener

public void addCVSListener(LogParser listener)


Copyright © 2002-2004 Toolforge. All Rights Reserved.