nl.toolforge.karma.core.vc.cvsimpl
Class ExtClient
java.lang.Object
nl.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtClient
public ExtClient()
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.