Uses of Class
net.netheos.pcsapi.providers.cloudme.CMFolder

Packages that use CMFolder
net.netheos.pcsapi.providers.cloudme   
 

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

Methods in net.netheos.pcsapi.providers.cloudme that return CMFolder
 CMFolder CMFolder.addChild(String id, String name)
          Adds a child folder
 CMFolder CMFolder.getChildByName(String name)
          Finds a child according to its name
 CMFolder CMFolder.getFolder(CPath path)
          Gets the CloudMe folder corresponding to a given CPath Returns null if the folder does not exist
 

Methods in net.netheos.pcsapi.providers.cloudme that return types with arguments of type CMFolder
 Iterator<CMFolder> CMFolder.iterator()
           
 

Methods in net.netheos.pcsapi.providers.cloudme with parameters of type CMFolder
static CMBlob CMBlob.buildCMFile(CMFolder folder, Element xmlEntry)
          Factory method that builds a CMBlob based on a XML "atom:entry" element
 

Constructors in net.netheos.pcsapi.providers.cloudme with parameters of type CMFolder
CMBlob(CMFolder folder, String id, String name, long length, Date updated, String contentType)
           
 



Copyright © 2014. All Rights Reserved.