org.jclouds.scriptbuilder.statements.ssh
Class SshdConfig

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

public class SshdConfig
extends Object
implements Statement

Control sshd_config

Author:
Adrian Cole

Constructor Summary
SshdConfig(Map<String,String> params)
           
 
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

SshdConfig

public SshdConfig(Map<String,String> params)
Method Detail

render

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

functionDependencies

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


Copyright © 2009-2012 jclouds. All Rights Reserved.