@@ -45,9 +45,12 @@ public ExtensionLibraryDescriptor[] list(String directory)
4545
4646 /**
4747 * Reads the contents of a library asset as an object of an IO class.
48- *
49- * The IO class must have been registered before creating the database client.
50- * By default, standard Java IO classes for document content are registered.
48+ *
49+ * The IO class must have been registered before creating the database client.
50+ * By default, the provided handles that implement
51+ * {@link com.marklogic.client.io.marker.ContentHandle ContentHandle} are registered.
52+ *
53+ * <a href="../../../../overview-summary.html#ShortcutMethods">Learn more about shortcut methods</a>
5154 *
5255 * @param libraryPath the path to the library
5356 * @param as the IO class for reading the library asset
@@ -58,9 +61,12 @@ public <T> T readAs(String libraryPath, Class<T> as)
5861 throws ResourceNotFoundException , ForbiddenUserException , FailedRequestException ;
5962 /**
6063 * Reads the contents of a library asset as an object of an IO class.
61- *
62- * The IO class must have been registered before creating the database client.
63- * By default, standard Java IO classes for document content are registered.
64+ *
65+ * The IO class must have been registered before creating the database client.
66+ * By default, the provided handles that implement
67+ * {@link com.marklogic.client.io.marker.ContentHandle ContentHandle} are registered.
68+ *
69+ * <a href="../../../../overview-summary.html#ShortcutMethods">Learn more about shortcut methods</a>
6470 *
6571 * @param libraryDescriptor a descriptor that locates the library
6672 * @param as the IO class for reading the library asset
@@ -94,7 +100,10 @@ public <T extends AbstractReadHandle> T read(ExtensionLibraryDescriptor libraryD
94100 * as an object of an IO class.
95101 *
96102 * The IO class must have been registered before creating the database client.
97- * By default, standard Java IO classes for document content are registered.
103+ * By default, the provided handles that implement
104+ * {@link com.marklogic.client.io.marker.ContentHandle ContentHandle} are registered.
105+ *
106+ * <a href="../../../../overview-summary.html#ShortcutMethods">Learn more about shortcut methods</a>
98107 *
99108 * @param libraryPath The path at which to install the library.
100109 * @param content an IO representation of the library asset
@@ -106,7 +115,10 @@ public void writeAs(String libraryPath, Object content)
106115 * as an object of an IO class.
107116 *
108117 * The IO class must have been registered before creating the database client.
109- * By default, standard Java IO classes for document content are registered.
118+ * By default, the provided handles that implement
119+ * {@link com.marklogic.client.io.marker.ContentHandle ContentHandle} are registered.
120+ *
121+ * <a href="../../../../overview-summary.html#ShortcutMethods">Learn more about shortcut methods</a>
110122 *
111123 * @param libraryDescriptor The descriptory which locates where to install the library.
112124 * @param content an IO representation of the library asset
0 commit comments