org.jclouds.vcloud.functions
Class VAppTemplatesInOrg

java.lang.Object
  extended by org.jclouds.vcloud.functions.VAppTemplatesInOrg
All Implemented Interfaces:
com.google.common.base.Function<Org,Iterable<VAppTemplate>>

@Singleton
public class VAppTemplatesInOrg
extends Object
implements com.google.common.base.Function<Org,Iterable<VAppTemplate>>

Author:
Adrian Cole

Method Summary
 Iterable<VAppTemplate> apply(Org 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
 

Method Detail

apply

public Iterable<VAppTemplate> apply(Org from)
Specified by:
apply in interface com.google.common.base.Function<Org,Iterable<VAppTemplate>>


Copyright © 2009-2012 jclouds. All Rights Reserved.