org.jclouds.scriptbuilder.domain
Class CreateRunScript.AddExport
java.lang.Object
org.jclouds.scriptbuilder.domain.CreateRunScript.AddExport
- All Implemented Interfaces:
- Statement
- Enclosing class:
- CreateRunScript
public static class CreateRunScript.AddExport
- extends Object
- implements Statement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OS_TO_EXPORT_PATTERN
public static final Map<OsFamily,String> OS_TO_EXPORT_PATTERN
CreateRunScript.AddExport
public CreateRunScript.AddExport(String export,
String value)
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-2012 jclouds. All Rights Reserved.