Modifier and Type | Class and Description |
---|---|
static class |
DbxDeltaC.Entry.Reader<MD extends Dumpable>
For JSON parsing.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
lcPath
The lower-cased path of the entry.
|
MD |
metadata
If this is
null , it means that this path doesn't exist on
on Dropbox's copy of the file system. |
Constructor and Description |
---|
Entry(java.lang.String lcPath,
MD metadata) |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpFields(DumpWriter out) |
getTypeName, toString, toString, toStringMultiline, toStringMultiline
public final java.lang.String lcPath
"/readme.txt"
should overwrite the entry for "/ReadMe.TXT"
.
To get the original case-preserved path, look in the metadata
field.
public final MD extends Dumpable metadata
null
, it means that this path doesn't exist on
on Dropbox's copy of the file system. To update your local state to
match, delete whatever is at that path, including any children.
If your local state doesn't have anything at this path, ignore this entry.
If this is not null
, it means that Dropbox has a file/folder
at this path with the given metadata. To update your local state to match,
add the entry to your local state as well.
protected void dumpFields(DumpWriter out)
dumpFields
in class Dumpable