public class BookmarkTool extends Object
| Constructor and Description |
|---|
BookmarkTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportBookmarks(com.qfs.content.snapshot.impl.ContentServiceSnapshotter snapshotter,
String folderName)
Exports content server bookmarks into a directory structure representing the UI bookmark structure.
|
static void |
importBookmarks(com.qfs.content.snapshot.impl.ContentServiceSnapshotter snapshotter,
String folderName)
Imports content server bookmarks from a directory structure representing the required UI bookmark structure.
|
public static void importBookmarks(com.qfs.content.snapshot.impl.ContentServiceSnapshotter snapshotter,
String folderName)
snapshotter - The content service snapshotter to use for the import.folderName - The folder from which to import the bookmarks.public static void exportBookmarks(com.qfs.content.snapshot.impl.ContentServiceSnapshotter snapshotter,
String folderName)
snapshotter - The content service snapshotter to use for the export.folderName - The folder into which the bookmarks should be exported.Copyright © 2018. All rights reserved.