org.jclouds.scriptbuilder.statements.ssh
Class InstallRSAPrivateKey

java.lang.Object
  extended by org.jclouds.scriptbuilder.statements.ssh.InstallRSAPrivateKey
All Implemented Interfaces:
Statement

public class InstallRSAPrivateKey
extends Object
implements Statement

Author:
Adrian Cole

Constructor Summary
InstallRSAPrivateKey(String privateKey)
           
InstallRSAPrivateKey(String sshDir, String privateKey)
           
 
Method Summary
 Iterable<String> functionDependencies(OsFamily family)
           
 String render(OsFamily family)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallRSAPrivateKey

public InstallRSAPrivateKey(String privateKey)

InstallRSAPrivateKey

public InstallRSAPrivateKey(String sshDir,
                            String privateKey)
Method Detail

functionDependencies

public Iterable<String> functionDependencies(OsFamily family)
Specified by:
functionDependencies in interface Statement

render

public String render(OsFamily family)
Specified by:
render in interface Statement


Copyright © 2009-2012 jclouds. All Rights Reserved.