org.jclouds.scriptbuilder.statements.ssh
Class InstallRSAPrivateKey
java.lang.Object
org.jclouds.scriptbuilder.statements.ssh.InstallRSAPrivateKey
- All Implemented Interfaces:
- Statement
- Direct Known Subclasses:
- InstallRSAPrivateKey
public class InstallRSAPrivateKey
- extends Object
- implements Statement
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallRSAPrivateKey
public InstallRSAPrivateKey(String privateKey)
InstallRSAPrivateKey
public InstallRSAPrivateKey(String sshDir,
String privateKey)
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-2011 jclouds. All Rights Reserved.