Package org.jclouds.scriptbuilder.util
Class Utils.VariableNameForOsFamily
- java.lang.Object
 - 
- org.jclouds.scriptbuilder.util.Utils.VariableNameForOsFamily
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<String,String>,Function<String,String>
- Enclosing class:
 - Utils
 
public static final class Utils.VariableNameForOsFamily extends Object implements com.google.common.base.Function<String,String>
InShellToken, the values whose names end in_VARIABLEdesignate variable names we know how to translate from one platform to another. For exampleShellToken.LIBRARY_PATH_VARIABLEmeans that we can translate the variable namedLIBRARY_PATHto the proper platform-specific name. 
- 
- 
Constructor Summary
Constructors Constructor Description VariableNameForOsFamily(OsFamily family) 
 -