org.apache.maven.wagon.providers.ssh.knownhost
Class AbstractKnownHostsProvider
java.lang.Object
org.apache.maven.wagon.providers.ssh.knownhost.AbstractKnownHostsProvider
- All Implemented Interfaces:
- KnownHostsProvider
- Direct Known Subclasses:
- NullKnownHostProvider, SingleKnownHostProvider, StreamKnownHostsProvider
- public abstract class AbstractKnownHostsProvider
- extends java.lang.Object
- implements KnownHostsProvider
Common base for known hosts providers.
- Version:
- $Id: AbstractKnownHostsProvider.java 314922 2005-10-12 14:16:36Z brett $
- Author:
- Brett Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostKeyChecking
private java.lang.String hostKeyChecking
AbstractKnownHostsProvider
public AbstractKnownHostsProvider()
addConfiguration
public void addConfiguration(java.util.Properties config)
- Specified by:
addConfiguration
in interface KnownHostsProvider
setHostKeyChecking
public void setHostKeyChecking(java.lang.String hostKeyChecking)
- Specified by:
setHostKeyChecking
in interface KnownHostsProvider
getHostKeyChecking
public java.lang.String getHostKeyChecking()
- Specified by:
getHostKeyChecking
in interface KnownHostsProvider
storeKnownHosts
public void storeKnownHosts(com.jcraft.jsch.JSch sch)
- Specified by:
storeKnownHosts
in interface KnownHostsProvider