org.apache.maven.wagon.providers.ssh.knownhost

Interface KnownHostsProvider

Known Implementing Classes:
AbstractKnownHostsProvider, FileKnownHostsProvider, NullKnownHostProvider, SingleKnownHostProvider, StreamKnownHostsProvider

public interface KnownHostsProvider

Provides a way to add Known Hosts fingerprints to the JSch transport
Author:
Juan F. Codagnone
Since:
Sep 12, 2005

Field Summary

static String
ROLE

Method Summary

String
getContents()
String
getHostKeyChecking()
void
setHostKeyChecking(String hostKeyChecking)
void
storeKnownHosts(String contents)

Field Details

ROLE

public static final String ROLE

Method Details

getContents

public String getContents()

getHostKeyChecking

public String getHostKeyChecking()

setHostKeyChecking

public void setHostKeyChecking(String hostKeyChecking)

storeKnownHosts

public void storeKnownHosts(String contents)
            throws IOException