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

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

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

Author:
danikov

Constructor Summary
ReferenceToEndpoint()
           
 
Method Summary
 URI apply(Reference 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

ReferenceToEndpoint

public ReferenceToEndpoint()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.