|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.netheos.pcsapi.providers.cloudme.CMBlob
public class CMBlob
This class represents a CloudMe File It is characterized by an id and the id of its folder
| Constructor Summary | |
|---|---|
CMBlob(CMFolder folder,
String id,
String name,
long length,
Date updated,
String contentType)
|
|
| Method Summary | |
|---|---|
static CMBlob |
buildCMFile(CMFolder folder,
Element xmlEntry)
Factory method that builds a CMBlob based on a XML "atom:entry" element |
String |
getId()
|
String |
getName()
|
CPath |
getPath()
Gets CPath of a CloudMe Blob which is its parent folder's CPath + its base name |
CBlob |
toCBlob()
Converts a CloudMe Blob to a generic CBlob |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMBlob(CMFolder folder,
String id,
String name,
long length,
Date updated,
String contentType)
| Method Detail |
|---|
public CBlob toCBlob()
public CPath getPath()
public static CMBlob buildCMFile(CMFolder folder,
Element xmlEntry)
throws ParseException
xmlEntry -
ParseExceptionpublic String getId()
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||