org.jclouds.vcloud.director.v1_5.functions
Class URNToAdminHref

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

@Singleton
public final class URNToAdminHref
extends Object
implements com.google.common.base.Function<Object,URI>

Resolves URN to its Admin HREF via the entity Resolver

Author:
Adrian Cole

Constructor Summary
URNToAdminHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache)
           
 
Method Summary
 URI apply(Object from)
           
 
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

URNToAdminHref

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

apply

public URI apply(@Nullable
                 Object from)
Specified by:
apply in interface com.google.common.base.Function<Object,URI>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.