org.jclouds.vcloud.director.v1_5.functions.href
Class CatalogURNToHref

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.functions.URNToHref
      extended by org.jclouds.vcloud.director.v1_5.functions.href.CatalogURNToHref
All Implemented Interfaces:
com.google.common.base.Function<Object,URI>

@Singleton
public class CatalogURNToHref
extends URNToHref


Constructor Summary
CatalogURNToHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache)
           
 
Method Summary
protected  String type()
          media type to search for.
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.functions.URNToHref
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

CatalogURNToHref

@Inject
public CatalogURNToHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache)
Method Detail

type

protected String type()
Description copied from class: URNToHref
media type to search for.

Specified by:
type in class URNToHref
See Also:
VCloudDirectorMediaType


Copyright © 2009-2012 jclouds. All Rights Reserved.