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.AuthenticationException
org.netbeans.lib.cvsclient.command.CommandAbortedException
public void verify() throws org.netbeans.lib.cvsclient.connection.AuthenticationException
org.netbeans.lib.cvsclient.connection.AuthenticationException
public void close() throws IOException
IOException
public boolean isOpen()
public void modifyInputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier connectionmodifier) throws IOException
IOException
public void modifyOutputStream(org.netbeans.lib.cvsclient.connection.ConnectionModifier connectionmodifier) throws IOException
IOException
public int getPort()
public void setKeyFile(String filename)
public void setPassphrase(String passphrase)
public void setAuthType(String type)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.