org.jclouds.scriptbuilder.domain
Interface Statement

All Known Implementing Classes:
AppendFile, AuthorizeRSAPublicKey, Call, CreateRunScript, CreateRunScript.AddExportToFile, CreateRunScript.AddTitleToFile, InitBuilder, InstallRSAPrivateKey, InterpretableStatement, Kill, PipeHttpResponseTo, PipeHttpResponseToBash, PipeHttpResponseToTarxpzfIntoDirectory, SaveHttpResponseTo, ScriptBuilder, StatementList, SwitchArg, UnzipHttpResponseIntoDirectory

public interface Statement

Statement used in a shell script

Author:
Adrian Cole

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

Method Detail

functionDependecies

Iterable<String> functionDependecies(OsFamily family)

render

String render(OsFamily family)


Copyright © 2009-2013 jclouds. All Rights Reserved.