Class JCRLocalDropboxDrive.MetadataInfo.ParentInfo
- java.lang.Object
-
- org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.MetadataInfo
-
- org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.ItemInfo
-
- org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.FolderInfo
-
- org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.MetadataInfo.ParentInfo
-
- Enclosing class:
- JCRLocalDropboxDrive.MetadataInfo
protected final class JCRLocalDropboxDrive.MetadataInfo.ParentInfo extends JCRLocalDropboxDrive.FolderInfo
Hierarchical parent info (without item ID ingetId()).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.MetadataInfo
JCRLocalDropboxDrive.MetadataInfo.ParentInfo
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedParentInfo(String itemPath, String itemPathDisplay)Instantiates a new parent info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JCRLocalDropboxDrive.FileInfoasFile()As file.protected StringgetId()Gets the id.protected StringgetPath()Gets the lower path.protected StringgetPathDisplay()Gets the display path.protected StringgetTitle()Gets the title displayed to users.StringtoString()-
Methods inherited from class org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.FolderInfo
asFolder, isDeleted, isFile, isFolder
-
Methods inherited from class org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.ItemInfo
asItem, isItem
-
Methods inherited from class org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.MetadataInfo
getName, getParentPath, getParentPathDisplay, isRoot, parent, splitPath
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classJCRLocalDropboxDrive.FolderInfo
-
asFile
protected JCRLocalDropboxDrive.FileInfo asFile()
As file.- Overrides:
asFilein classJCRLocalDropboxDrive.FolderInfo- Returns:
- the file info
-
getId
protected String getId()
Gets the id.- Overrides:
getIdin classJCRLocalDropboxDrive.FolderInfo- Returns:
- the id
-
getTitle
protected String getTitle()
Gets the title displayed to users.- Overrides:
getTitlein classJCRLocalDropboxDrive.FolderInfo- Returns:
- the title
-
getPath
protected String getPath()
Gets the lower path.- Overrides:
getPathin classJCRLocalDropboxDrive.FolderInfo- Returns:
- the lower path
-
getPathDisplay
protected String getPathDisplay()
Gets the display path.- Overrides:
getPathDisplayin classJCRLocalDropboxDrive.FolderInfo- Returns:
- the display path
-
-