X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FClusterSetsSupport.java;h=47047506ea7aaf9322f61de971b5dd46277bfde9;hb=e19c37f84fd1ce2d946578f7c05f3e45444ba67a;hp=d935a2b54b30c0b641fc47fbdb9a7bc257480f67;hpb=86adc86522decdf79259743cde5ec3688af3d908;p=simantics%2Fplatform.git 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); + +}