Uses of Interface
org.jclouds.ssh.SshClient.Factory

Packages that use SshClient.Factory
org.jclouds.compute   
org.jclouds.compute.internal   
org.jclouds.smartos.compute.domain   
org.jclouds.virtualbox.functions   
 

Uses of SshClient.Factory in org.jclouds.compute
 

Methods in org.jclouds.compute that return SshClient.Factory
 SshClient.Factory Utils.getSshClientFactory()
           
 SshClient.Factory Utils.sshFactory()
           
 

Uses of SshClient.Factory in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return SshClient.Factory
 SshClient.Factory UtilsImpl.getSshClientFactory()
           
 SshClient.Factory UtilsImpl.sshFactory()
           
 

Uses of SshClient.Factory in org.jclouds.smartos.compute.domain
 

Fields in org.jclouds.smartos.compute.domain declared as SshClient.Factory
protected  SshClient.Factory SmartOSHost.sshClientFactory
           
protected  SshClient.Factory SmartOSHost.Builder.sshFactory
           
 

Methods in org.jclouds.smartos.compute.domain that return SshClient.Factory
 SshClient.Factory SmartOSHost.getSshClientFactory()
           
 

Methods in org.jclouds.smartos.compute.domain with parameters of type SshClient.Factory
 SmartOSHost.Builder SmartOSHost.Builder.sshFactory(SshClient.Factory sshFactory)
           
 

Constructors in org.jclouds.smartos.compute.domain with parameters of type SshClient.Factory
SmartOSHost(String hostname, String username, String password, SshClient.Factory sshClientFactory)
           
SmartOSHost(com.google.common.base.Supplier<URI> provider, String identity, String credential, SshClient.Factory sshFactory)
           
 

Uses of SshClient.Factory in org.jclouds.virtualbox.functions
 

Constructors in org.jclouds.virtualbox.functions with parameters of type SshClient.Factory
IMachineToSshClient(SshClient.Factory sshClientFactory, RunScriptOnNode.Factory scriptRunnerFactory, com.google.common.base.Supplier<NodeMetadata> hostSupplier, MachineUtils machineUtils)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.