org.jclouds.scriptbuilder.domain
Interface Statement

All Known Implementing Classes:
AdminAccess, AppendFile, AuthorizeRSAPublicKeys, Call, CreateOrOverwriteFile, CreateRunScript, CreateRunScript.AddExport, ExitInsteadOfReturn, InitBuilder, InitScript, InstallJDK.FromURL, 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-2012 jclouds. All Rights Reserved.