1 package org.smartlib.pool.core;2 3 /**4 * Created by IntelliJ IDEA.5 * User: kerneldebugger6 * Date: Sep 28, 20057 * Time: 8:39:27 PM8 * To change this template use File | Settings | File Templates.9 */10 public interface PoolConstants {11 12 // System property13 public static final String CONFIG_FILE_SYSTEM_PROPERTY = "config.file";14 15 public static final String TEST_CONFIG_FILE_SYSTEM_PROPERTY = "test.config.file";16 17 18 19 20 }21