org.jclouds.scriptbuilder.domain
Class CreateRunScript.AddExportToFile

java.lang.Object
  extended by org.jclouds.scriptbuilder.domain.CreateRunScript.AddExportToFile
All Implemented Interfaces:
Statement
Enclosing class:
CreateRunScript

public static class CreateRunScript.AddExportToFile
extends Object
implements Statement


Field Summary
static Map<OsFamily,String> OS_TO_EXPORT_PATTERN
           
 
Constructor Summary
CreateRunScript.AddExportToFile(String export, String value, String file)
           
 
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
 

Field Detail

OS_TO_EXPORT_PATTERN

public static final Map<OsFamily,String> OS_TO_EXPORT_PATTERN
Constructor Detail

CreateRunScript.AddExportToFile

public CreateRunScript.AddExportToFile(String export,
                                       String value,
                                       String file)
Method Detail

functionDependencies

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

render

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


Copyright © 2009-2011 jclouds. All Rights Reserved.