org.jclouds.cloudstack.suppliers
Class NetworksForCurrentUser

java.lang.Object
  extended by org.jclouds.cloudstack.suppliers.NetworksForCurrentUser
All Implemented Interfaces:
com.google.common.base.Supplier<Map<Long,Network>>

public class NetworksForCurrentUser
extends Object
implements com.google.common.base.Supplier<Map<Long,Network>>

Author:
Adrian Cole

Constructor Summary
NetworksForCurrentUser(CloudStackClient client, com.google.common.base.Supplier<User> currentUserSupplier)
           
 
Method Summary
 Map<Long,Network> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworksForCurrentUser

@Inject
public NetworksForCurrentUser(CloudStackClient client,
                                     com.google.common.base.Supplier<User> currentUserSupplier)
Method Detail

get

public Map<Long,Network> get()
Specified by:
get in interface com.google.common.base.Supplier<Map<Long,Network>>


Copyright © 2009-2012 jclouds. All Rights Reserved.