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

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

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

Author:
danikov

Constructor Summary
ReferenceToName()
           
 
Method Summary
 String 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

ReferenceToName

public ReferenceToName()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.