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 Object
- implements KnownHostsProvider
Common base for known hosts providers.
- Version:
- $Id: AbstractKnownHostsProvider.java 312817 2005-10-11 06:32:11Z brett $
- Author:
- Brett Porter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractKnownHostsProvider
public AbstractKnownHostsProvider()
addConfiguration
public void addConfiguration(Properties config)
- Specified by:
addConfiguration in interface KnownHostsProvider
setHostKeyChecking
public void setHostKeyChecking(String hostKeyChecking)
- Specified by:
setHostKeyChecking in interface KnownHostsProvider
getHostKeyChecking
public String getHostKeyChecking()
- Specified by:
getHostKeyChecking in interface KnownHostsProvider
storeKnownHosts
public void storeKnownHosts(com.jcraft.jsch.JSch sch)
- Specified by:
storeKnownHosts in interface KnownHostsProvider
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.