de.bsvrz.vew.engvew.testtools
Class DavConnectionFromProperties

java.lang.Object
  extended by de.bsvrz.vew.engvew.testtools.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
           
 
Constructor Summary
DavConnectionFromProperties()
           
 
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
 

Field Detail

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
Constructor Detail

DavConnectionFromProperties

public DavConnectionFromProperties()
Method Detail

getConnection

public de.bsvrz.dav.daf.main.ClientDavInterface getConnection()