|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.constants.Constants
public class Constants
All core DSpace Services constants.
| Field Summary | |
|---|---|
static String |
DATABASE_CONN_POOLING
Set this to true (the default) to enable connection pooling. |
static String |
DATABASE_CONNECTION_KEY
JDBC database connection URL. |
static String |
DATABASE_DRIVER_KEY
Class of the JDBC driver. |
static String |
DATABASE_PASSWORD_KEY
Database connection password. |
static String |
DATABASE_TYPE_KEY
Configuration key for the name of the DBMS being used. |
static String |
DATABASE_USERNAME_KEY
Database connection user. |
static String |
DEFAULT_ENCODING
|
static String |
DSPACE_TESTING_MODE
If this is set to true then DSpace kernel is run as if it is inside a unit test. |
static String |
DSPACE_TIMER_NAME
This is the name of the timer thread for all DSpace core timers. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DSPACE_TESTING_MODE
public static final String DSPACE_TIMER_NAME
public static final String DATABASE_TYPE_KEY
public static final String DATABASE_DRIVER_KEY
public static final String DATABASE_CONNECTION_KEY
public static final String DATABASE_USERNAME_KEY
public static final String DATABASE_PASSWORD_KEY
public static final String DATABASE_CONN_POOLING
public static final String DEFAULT_ENCODING
| Constructor Detail |
|---|
public Constants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||