X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FClusterSetsSupport.java;fp=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FClusterSetsSupport.java;h=47047506ea7aaf9322f61de971b5dd46277bfde9;hp=d935a2b54b30c0b641fc47fbdb9a7bc257480f67;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/ClusterSetsSupport.java b/bundles/org.simantics.db/src/org/simantics/db/service/ClusterSetsSupport.java index d935a2b54..47047506e 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/service/ClusterSetsSupport.java +++ b/bundles/org.simantics.db/src/org/simantics/db/service/ClusterSetsSupport.java @@ -1,18 +1,18 @@ -package org.simantics.db.service; - -import java.io.IOException; -import java.nio.file.Path; - -public interface ClusterSetsSupport { - - void connect(String databaseId); - boolean containsKey(long resourceId); - Long get(Long id); - Long getSet(long clusterId); - void put(long resourceId, long clusterId); - void save() throws IOException; - void clear(); - void setReadDirectory(Path read); - void updateWriteDirectory(Path write); - -} +package org.simantics.db.service; + +import java.io.IOException; +import java.nio.file.Path; + +public interface ClusterSetsSupport { + + void connect(String databaseId); + boolean containsKey(long resourceId); + Long get(Long id); + Long getSet(long clusterId); + void put(long resourceId, long clusterId); + void save() throws IOException; + void clear(); + void setReadDirectory(Path read); + void updateWriteDirectory(Path write); + +}