org.jclouds.virtualbox.functions
Class YamlImagesFromFileConfig
java.lang.Object
org.jclouds.virtualbox.functions.YamlImagesFromFileConfig
- All Implemented Interfaces:
- com.google.common.base.Supplier<String>
public class YamlImagesFromFileConfig
- extends Object
- implements com.google.common.base.Supplier<String>
A supplier for vbox yaml config that reads a yaml whose path is stored under
VirtualBoxConstants.VIRTUALBOX_IMAGES_DESCRIPTOR.
- Author:
- dralves
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YamlImagesFromFileConfig
@Inject
public YamlImagesFromFileConfig(@Named(value="jclouds.virtualbox.image.descriptor.yaml")
String yamlFilePath)
get
public String get()
- Specified by:
get in interface com.google.common.base.Supplier<String>
Copyright © 2009-2012 jclouds. All Rights Reserved.