Uses of Interface
net.netheos.pcsapi.storage.IStorageProvider

Packages that use IStorageProvider
net.netheos.pcsapi.oauth   
net.netheos.pcsapi.providers.cloudme   
net.netheos.pcsapi.providers.dropbox   
net.netheos.pcsapi.providers.googledrive   
net.netheos.pcsapi.providers.hubic   
net.netheos.pcsapi.storage   
 

Uses of IStorageProvider in net.netheos.pcsapi.oauth
 

Constructors in net.netheos.pcsapi.oauth with parameters of type IStorageProvider
OAuth2Bootstrapper(IStorageProvider storageProvider)
           
 

Uses of IStorageProvider in net.netheos.pcsapi.providers.cloudme
 

Classes in net.netheos.pcsapi.providers.cloudme that implement IStorageProvider
 class CloudMe
          Class that implements the CloudMe storage provider.
 

Uses of IStorageProvider in net.netheos.pcsapi.providers.dropbox
 

Classes in net.netheos.pcsapi.providers.dropbox that implement IStorageProvider
 class Dropbox
           
 

Uses of IStorageProvider in net.netheos.pcsapi.providers.googledrive
 

Classes in net.netheos.pcsapi.providers.googledrive that implement IStorageProvider
 class GoogleDrive
          Implements Google Drive storage provider.
 

Uses of IStorageProvider in net.netheos.pcsapi.providers.hubic
 

Classes in net.netheos.pcsapi.providers.hubic that implement IStorageProvider
 class Hubic
          Implements Hubic storage provider
 

Uses of IStorageProvider in net.netheos.pcsapi.storage
 

Classes in net.netheos.pcsapi.storage that implement IStorageProvider
 class StorageProvider<T extends SessionManager>
           
 

Methods in net.netheos.pcsapi.storage that return IStorageProvider
 IStorageProvider StorageBuilder.build()
          Builds a provider-specific storage implementation, by passing this builder in constructor.
 



Copyright © 2014. All Rights Reserved.