X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.common%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fcommon%2Finternal%2Fconfig%2FInternalClientConfig.java;h=fd9b917b6cafc98e02b444b3e86088314ae272bf;hp=1b5a52cdf5ece53e9fcabef386a46df69baf1eff;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.db.common/src/org/simantics/db/common/internal/config/InternalClientConfig.java b/bundles/org.simantics.db.common/src/org/simantics/db/common/internal/config/InternalClientConfig.java index 1b5a52cdf..fd9b917b6 100644 --- a/bundles/org.simantics.db.common/src/org/simantics/db/common/internal/config/InternalClientConfig.java +++ b/bundles/org.simantics.db.common/src/org/simantics/db/common/internal/config/InternalClientConfig.java @@ -1,45 +1,45 @@ -package org.simantics.db.common.internal.config; - -import java.io.File; - -import org.simantics.db.common.internal.Activator; -import org.simantics.db.common.utils.Logger; - -/** - * @author Tuukka Lehtonen - * @see Logger - */ -public class InternalClientConfig { - - /** - * Name of the DB client temporary data directory. - */ - public final static String DB_CLIENT_TEMP_DIR_NAME = "temp"; - - /** - * Name of the DB client log file. - */ - public final static String DB_CLIENT_LOG_FILE_NAME = "db-client.log"; - - /** - * The directory used for temporary data by the database client. If the - * program if being ran in an OSGi container, {@link Activator} will attempt - * to configure this path based on the current OSGi instance area location. - * - * @see Activator - */ - public static File DB_CLIENT_TEMP_DIR = new File(DB_CLIENT_TEMP_DIR_NAME); - - /** - * A relative or full absolute path to the log file created by - * {@link Logger}. Used statically for initialization in {@link Logger} and - * therefore must be configured prior to referencing {@link Logger}. If the - * program if being ran in an OSGi container, {@link Activator} will attempt - * to configure this path based on the current OSGi instance area location. - * - * @see Activator - * @see Logger - */ - public static String DB_CLIENT_LOG_FILE = DB_CLIENT_LOG_FILE_NAME; - -} +package org.simantics.db.common.internal.config; + +import java.io.File; + +import org.simantics.db.common.internal.Activator; +import org.simantics.db.common.utils.Logger; + +/** + * @author Tuukka Lehtonen + * @see Logger + */ +public class InternalClientConfig { + + /** + * Name of the DB client temporary data directory. + */ + public final static String DB_CLIENT_TEMP_DIR_NAME = "temp"; + + /** + * Name of the DB client log file. + */ + public final static String DB_CLIENT_LOG_FILE_NAME = "db-client.log"; + + /** + * The directory used for temporary data by the database client. If the + * program if being ran in an OSGi container, {@link Activator} will attempt + * to configure this path based on the current OSGi instance area location. + * + * @see Activator + */ + public static File DB_CLIENT_TEMP_DIR = new File(DB_CLIENT_TEMP_DIR_NAME); + + /** + * A relative or full absolute path to the log file created by + * {@link Logger}. Used statically for initialization in {@link Logger} and + * therefore must be configured prior to referencing {@link Logger}. If the + * program if being ran in an OSGi container, {@link Activator} will attempt + * to configure this path based on the current OSGi instance area location. + * + * @see Activator + * @see Logger + */ + public static String DB_CLIENT_LOG_FILE = DB_CLIENT_LOG_FILE_NAME; + +}