Class MultiDavProtocolParameter.MyDavInformation
java.lang.Object
de.kappich.pat.testumg.util.connections.MultiDavProtocolParameter.MyDavInformation
- All Implemented Interfaces:
DavInformation
- Enclosing class:
- MultiDavProtocolParameter
public static class MultiDavProtocolParameter.MyDavInformation extends java.lang.Object implements DavInformation
-
Constructor Summary
Constructors Constructor Description MyDavInformation(java.lang.String s)
-
Method Summary
Modifier and Type Method Description java.lang.String
getAddress()
java.lang.String
getName()
int
getPort()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MyDavInformation
public MyDavInformation(java.lang.String s)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceDavInformation
-
getAddress
public java.lang.String getAddress()- Specified by:
getAddress
in interfaceDavInformation
-
getPort
public int getPort()- Specified by:
getPort
in interfaceDavInformation
-