]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/ClusterSetsSupport.java
DB-client fixes
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / ClusterSetsSupport.java
index 78d47ea986a0c84a39f36aae518ec97778b2acb8..d935a2b54b30c0b641fc47fbdb9a7bc257480f67 100644 (file)
@@ -12,6 +12,7 @@ public interface ClusterSetsSupport {
     void put(long resourceId, long clusterId);\r
     void save() throws IOException;\r
     void clear();\r
-    void updateReadAndWriteDirectories(Path read, Path write);\r
+    void setReadDirectory(Path read);\r
+    void updateWriteDirectory(Path write);\r
        \r
 }\r