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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAddress()
java.lang.String
getName()
int
getPort()
-
-
-
Method Detail
-
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
-
-