org.apache.maven.scm.provider.cvslib.cvsjava.util
Class ExtConnection
java.lang.Object
AbstractConnection
org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection
public class ExtConnection
- extends AbstractConnection
- Version:
- $Id: ExtConnection.java 518563 2007-03-15 10:22:19Z evenisse $
- Author:
- Emmanuel Venisse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtConnection
public ExtConnection(CVSRoot cvsRoot)
ExtConnection
public ExtConnection(String host,
int port,
String username,
String password,
String repository)
open
public void open()
throws AuthenticationException,
CommandAbortedException
- Throws:
AuthenticationException
CommandAbortedException
verify
public void verify()
throws AuthenticationException
- Throws:
AuthenticationException
close
public void close()
throws IOException
- Throws:
IOException
isOpen
public boolean isOpen()
getPort
public int getPort()
modifyInputStream
public void modifyInputStream(ConnectionModifier modifier)
throws IOException
- Throws:
IOException
modifyOutputStream
public void modifyOutputStream(ConnectionModifier modifier)
throws IOException
- Throws:
IOException
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.