public final class FolderUtils
extends java.lang.Object
FolderUtils class.
| Modifier and Type | Method and Description |
|---|---|
static Entry |
deepClone(Entry target,
boolean copyIds)
deepClone.
|
static Bookmark |
deepCloneBookmark(Bookmark target,
boolean copyIds)
deepCloneBookmark.
|
static BookmarkSet |
deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds)
deepCloneBookmarkSet.
|
static Entry |
deepCloneEntry(Entry target,
boolean copyIds)
deepCloneEntry.
|
static Folder |
deepCloneFolder(Folder target,
boolean copyIds)
deepCloneFolder.
|
static boolean |
deepContains(Folder parent,
Entry query)
deepContains.
|
static IdPathInfo |
getEntryInfo(Folder baseFolder,
java.lang.String indexPath)
getEntryInfo.
|
static IdPathInfo |
getEntryInfo(Folder baseFolder,
java.lang.String idPath,
java.lang.String regexDelimeter)
getEntryInfo.
|
public static IdPathInfo getEntryInfo(Folder baseFolder, java.lang.String indexPath)
getEntryInfo.
baseFolder - a Folder object.indexPath - a String object.IdPathInfo object.public static IdPathInfo getEntryInfo(Folder baseFolder, java.lang.String idPath, java.lang.String regexDelimeter)
getEntryInfo.
baseFolder - a Folder object.idPath - a String object.regexDelimeter - a String object.public static Bookmark deepCloneBookmark(Bookmark target, boolean copyIds)
deepCloneBookmark.
public static Folder deepCloneFolder(Folder target, boolean copyIds)
deepCloneFolder.
public static BookmarkSet deepCloneBookmarkSet(BookmarkSet target, boolean copyIds)
deepCloneBookmarkSet.
target - a BookmarkSet object.copyIds - a boolean.BookmarkSet object.Copyright © 2022 Apereo. All Rights Reserved.