|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.test.OpenCmsTestCase.ConnectionData
protected static class OpenCmsTestCase.ConnectionData
Class to bundle the connection information.
Field Summary | |
---|---|
String |
m_dbName
The name of the database. |
String |
m_jdbcDriver
The database driver. |
String |
m_jdbcUrl
The database url. |
String |
m_jdbcUrlParams
Additional database parameters. |
String |
m_userName
The name of the user. |
String |
m_userPassword
The password of the user. |
Constructor Summary | |
---|---|
protected |
OpenCmsTestCase.ConnectionData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String m_dbName
public String m_jdbcDriver
public String m_jdbcUrl
public String m_jdbcUrlParams
public String m_userName
public String m_userPassword
Constructor Detail |
---|
protected OpenCmsTestCase.ConnectionData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |