Uses of Class
net.netheos.pcsapi.models.CFile

Packages that use CFile
net.netheos.pcsapi.models   
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 CFile in net.netheos.pcsapi.models
 

Subclasses of CFile in net.netheos.pcsapi.models
 class CBlob
          Represents a blob of data as opposed to a folder
 class CFolder
          Represents a folder located in the cloud
 

Methods in net.netheos.pcsapi.models that return CFile
 CFile CFolderContent.getFile(CPath path)
          Get a file by its path
 

Methods in net.netheos.pcsapi.models that return types with arguments of type CFile
 Collection<CFile> CFolderContent.getFiles()
          Get the files stored in the folder
 Iterator<CFile> CFolderContent.iterator()
           
 

Constructor parameters in net.netheos.pcsapi.models with type arguments of type CFile
CFolderContent(Map<CPath,CFile> content)
           
 

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

Methods in net.netheos.pcsapi.providers.cloudme that return CFile
 CFile CloudMe.getFile(CPath cpath)
           
 

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

Methods in net.netheos.pcsapi.providers.dropbox that return CFile
 CFile Dropbox.getFile(CPath cpath)
           
 

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

Methods in net.netheos.pcsapi.providers.googledrive that return CFile
 CFile GoogleDrive.getFile(CPath path)
           
 

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

Methods in net.netheos.pcsapi.providers.hubic that return CFile
 CFile Hubic.getFile(CPath path)
           
 

Uses of CFile in net.netheos.pcsapi.storage
 

Methods in net.netheos.pcsapi.storage that return CFile
 CFile IStorageProvider.getFile(CPath path)
          Return detailed file information at given path, or None if no object exists at this path
 



Copyright © 2014. All Rights Reserved.