org.jclouds.scriptbuilder.statements.login
Class Sudoers

java.lang.Object
  extended by org.jclouds.scriptbuilder.statements.login.Sudoers
All Implemented Interfaces:
Statement

@Beta
public class Sudoers
extends Object
implements Statement

Control /etc/sudoers

Author:
Adrian Cole

Constructor Summary
Sudoers()
           
 
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

Sudoers

public Sudoers()
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-2011 jclouds. All Rights Reserved.