search: cleanup
[nikiroo-utils.git] / src / be / nikiroo / fanfix / reader / Reader.java
index bd13e5cb8c032e6866b72c30693d625eae0815e1..a0a8e806656711ca098664bdec7c9a77bda6f9fb 100644 (file)
@@ -170,6 +170,18 @@ public interface Reader {
         */
        public void browse(String source);
 
+       /**
+        * Display all supports that allow search operations.
+        * 
+        * @param sync
+        *            execute the process synchronously (wait until it is terminated
+        *            before returning)
+        * 
+        * @throws IOException
+        *             in case of I/O error
+        */
+       public void search(boolean sync) throws IOException;
+
        /**
         * Search for the given terms and find stories that correspond if possible.
         *