org.jclouds.chef.functions
Class UriForResource

java.lang.Object
  extended by org.jclouds.chef.functions.UriForResource
All Implemented Interfaces:
com.google.common.base.Function<Object,URI>

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

Extracts the uri field of the given Resource.


Constructor Summary
UriForResource()
           
 
Method Summary
 URI apply(Object input)
           
 
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

UriForResource

public UriForResource()
Method Detail

apply

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


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