org.apache.maven.scm.provider.cvslib.cvsjava.util
Class ExtConnection

java.lang.Object
  extended by AbstractConnection
      extended by 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

Constructor Summary
ExtConnection(CVSRoot cvsRoot)
           
ExtConnection(String host, int port, String username, String password, String repository)
           
 
Method Summary
 void close()
           
 int getPort()
           
 boolean isOpen()
           
 void modifyInputStream(ConnectionModifier modifier)
           
 void modifyOutputStream(ConnectionModifier modifier)
           
 void open()
           
 void verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtConnection

public ExtConnection(CVSRoot cvsRoot)

ExtConnection

public ExtConnection(String host,
                     int port,
                     String username,
                     String password,
                     String repository)
Method Detail

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.