org.jclouds.cloudstack.suppliers
Class ProjectsForCurrentUser

java.lang.Object
  extended by org.jclouds.cloudstack.suppliers.ProjectsForCurrentUser
All Implemented Interfaces:
com.google.common.base.Supplier<Map<String,Project>>

public class ProjectsForCurrentUser
extends Object
implements com.google.common.base.Supplier<Map<String,Project>>


Constructor Summary
ProjectsForCurrentUser(CloudStackApi api, com.google.common.base.Supplier<User> currentUserSupplier)
           
 
Method Summary
 Map<String,Project> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectsForCurrentUser

@Inject
public ProjectsForCurrentUser(CloudStackApi api,
                                     com.google.common.base.Supplier<User> currentUserSupplier)
Method Detail

get

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


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