public class ExtConnection
extends org.netbeans.lib.cvsclient.connection.AbstractConnection
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_PASSWORD |
static String |
AUTH_SSH |
| Constructor and Description |
|---|
ExtConnection(org.netbeans.lib.cvsclient.CVSRoot cvsroot) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getPort() |
boolean |
isOpen() |
void |
modifyInputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier connectionmodifier) |
void |
modifyOutputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier connectionmodifier) |
void |
open() |
void |
setAuthType(String type) |
void |
setKeyFile(String filename) |
void |
setPassphrase(String passphrase) |
void |
verify() |
public static final String AUTH_PASSWORD
public static final String AUTH_SSH
public void open()
throws org.netbeans.lib.cvsclient.connection.AuthenticationException,
org.netbeans.lib.cvsclient.command.CommandAbortedException
org.netbeans.lib.cvsclient.connection.AuthenticationExceptionorg.netbeans.lib.cvsclient.command.CommandAbortedExceptionpublic void verify()
throws org.netbeans.lib.cvsclient.connection.AuthenticationException
org.netbeans.lib.cvsclient.connection.AuthenticationExceptionpublic void close()
throws IOException
IOExceptionpublic boolean isOpen()
public void modifyInputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier connectionmodifier)
throws IOException
IOExceptionpublic void modifyOutputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier connectionmodifier)
throws IOException
IOExceptionpublic int getPort()
public void setKeyFile(String filename)
public void setPassphrase(String passphrase)
public void setAuthType(String type)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.