]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/StaticSessionProperties.java
Cluster loading problem fix made by Antti
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / StaticSessionProperties.java
1 package fi.vtt.simantics.procore.internal;
2
3 import java.io.File;
4
5 /**
6  * An internal store for static
7  * @author Tuukka Lehtonen
8  */
9 public final class StaticSessionProperties {
10
11     /**
12      * A filesystem path that is used as a base directory for storing data
13      * related to virtual graphs. If <code>null</code> no external preference is
14      * set and files will be stored in the working directory.
15      */
16     public static File virtualGraphStoragePath = null;
17
18 }