[Title] Add doPush/doPull API to SyncService
authorBonyong.lee <bonyong.lee@samsung.com>
Wed, 5 Jun 2013 06:27:37 +0000 (15:27 +0900)
committerBonyong.lee <bonyong.lee@samsung.com>
Wed, 5 Jun 2013 06:27:37 +0000 (15:27 +0900)
[Type]
[Module]DA
[Priority]
[CQ#]
[Redmine#]7535
[Problem]
[Cause]
[Solution]

org.tizen.common.sdblib/src/org/tizen/sdblib/service/SyncService.java

index 2b714c3..7efbe52 100644 (file)
@@ -262,7 +262,7 @@ implements Closeable
      * @param timeOut value while pulling the file
      * @return a {@link SyncResult} object with a code and an optional message.
      */
-    private
+    public
     SyncResult
     doPull(
        final FileEntry remote,
@@ -540,7 +540,7 @@ implements Closeable
      * @param time out value while pushing the file
      * @return a {@link SyncResult} object with a code and an optional message.
      */
-    private
+    public
     SyncResult
     doPush(
        final InputStream in,