org.jclouds.scriptbuilder.domain
Interface Statement

All Known Implementing Classes:
AdminAccess, AppendFile, AuthorizeRSAPublicKey, AuthorizeRSAPublicKeys, Call, CreateFile, CreateOrOverwriteFile, CreateRunScript, CreateRunScript.AddExportToFile, CreateRunScript.AddTitleToFile, InitBuilder, InstallRSAPrivateKey, InstallRSAPrivateKey, InterpretableStatement, Kill, PipeHttpResponseTo, PipeHttpResponseToBash, PipeHttpResponseToTarxpzfIntoDirectory, ReplaceShadowPasswordEntry, ReplaceShadowPasswordEntryOfLoginUser, SaveHttpResponseTo, ScriptBuilder, SshdConfig, StatementList, Sudoers, SwitchArg, UnzipHttpResponseIntoDirectory, UserAdd

public interface Statement

Statement used in a shell script

Author:
Adrian Cole

Method Summary
 Iterable<String> functionDependencies(OsFamily family)
           
 String render(OsFamily family)
           
 

Method Detail

functionDependencies

Iterable<String> functionDependencies(OsFamily family)

render

String render(OsFamily family)


Copyright © 2009-2011 jclouds. All Rights Reserved.