KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > smartlib > pool > core > PoolConstants


1 package org.smartlib.pool.core;
2
3 /**
4  * Created by IntelliJ IDEA.
5  * User: kerneldebugger
6  * Date: Sep 28, 2005
7  * Time: 8:39:27 PM
8  * To change this template use File | Settings | File Templates.
9  */

10 public interface PoolConstants {
11
12     // System property
13
public static final String JavaDoc CONFIG_FILE_SYSTEM_PROPERTY = "config.file";
14
15     public static final String JavaDoc TEST_CONFIG_FILE_SYSTEM_PROPERTY = "test.config.file";
16
17
18
19
20 }
21
Popular Tags