org.jclouds.virtualbox.functions
Class YamlImagesFromFileConfig

java.lang.Object
  extended by 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

Constructor Summary
YamlImagesFromFileConfig(String yamlFilePath)
           
 
Method Summary
 String get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YamlImagesFromFileConfig

@Inject
public YamlImagesFromFileConfig(@Named(value="jclouds.virtualbox.image.descriptor.yaml")
                                       String yamlFilePath)
Method Detail

get

public String get()
Specified by:
get in interface com.google.common.base.Supplier<String>


Copyright © 2009-2012 jclouds. All Rights Reserved.