de.bsvrz.ste.rdstmc.junit.tools
Class DavConnectionFromProperties
java.lang.Object
de.bsvrz.ste.rdstmc.junit.tools.DavConnectionFromProperties
- Direct Known Subclasses:
- JUnitHelper
public class DavConnectionFromProperties
- extends java.lang.Object
Erstellt eine DAV-Verbindung vom Typ ClientDavInterface
aus den Daten einer
Property-Datei
- Author:
- Sans
Field Summary |
private de.bsvrz.dav.daf.main.ClientDavInterface |
_connection
|
(package private) static java.lang.String |
AUTH_KEY
|
(package private) static java.lang.String |
DAV_KEY
|
(package private) static java.lang.String |
PROPERTY_FILE_NAME
|
(package private) static java.lang.String |
USER_KEY
|
Method Summary |
de.bsvrz.dav.daf.main.ClientDavInterface |
getConnection()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_FILE_NAME
static final java.lang.String PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
DAV_KEY
static final java.lang.String DAV_KEY
- See Also:
- Constant Field Values
USER_KEY
static final java.lang.String USER_KEY
- See Also:
- Constant Field Values
AUTH_KEY
static final java.lang.String AUTH_KEY
- See Also:
- Constant Field Values
_connection
private de.bsvrz.dav.daf.main.ClientDavInterface _connection
DavConnectionFromProperties
public DavConnectionFromProperties()
getConnection
public de.bsvrz.dav.daf.main.ClientDavInterface getConnection()