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

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

@Singleton
public class ResolveEntity
extends Object
implements com.google.common.base.Function<String,Entity>


Constructor Summary
ResolveEntity(VCloudDirectorApi api)
           
 
Method Summary
 Entity apply(String input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ResolveEntity

@Inject
public ResolveEntity(VCloudDirectorApi api)
Method Detail

apply

public Entity apply(String input)
Specified by:
apply in interface com.google.common.base.Function<String,Entity>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.