org.jclouds.scriptbuilder.domain
Class InstallRSAPrivateKey

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

public class InstallRSAPrivateKey
extends Object
implements Statement

Author:
Adrian Cole

Constructor Summary
InstallRSAPrivateKey(String privateKey)
           
 
Method Summary
 Iterable<String> functionDependecies(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)
Method Detail

functionDependecies

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

render

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


Copyright © 2009-2013 jclouds. All Rights Reserved.