protected class JCRLocalDropboxDrive.DbxFileInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
idPath
Path in lower-case, can be used as file ID.
|
protected String |
name
File name in natural form as in Dropbox.
|
protected JCRLocalDropboxDrive.DbxFileInfo |
parent
Lazy obtained parent info instance.
|
protected String |
parentPath
Parent path (case-preserved).
|
protected String |
path
File path in natural form as in Dropbox (case-preserved).
|
| Modifier | Constructor and Description |
|---|---|
protected |
DbxFileInfo(String dbxPath)
Instantiates a new dbx file info.
|
| Modifier and Type | Method and Description |
|---|---|
protected JCRLocalDropboxDrive.DbxFileInfo |
getParent()
Gets the lazy obtained parent info instance.
|
protected boolean |
isRoot()
Checks if is root.
|
protected final String name
protected final String path
protected final String parentPath
protected final String idPath
protected JCRLocalDropboxDrive.DbxFileInfo parent
protected DbxFileInfo(String dbxPath)
dbxPath - the dbx pathprotected JCRLocalDropboxDrive.DbxFileInfo getParent()
protected boolean isRoot()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.