Loading src/main/kotlin/foundation/e/dav4jvm/DavAddressBook.kt +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ import java.io.IOException import java.io.StringWriter import java.util.logging.Logger /** * @author Nihar Thakkar and others */ class DavAddressBook @JvmOverloads constructor( httpClient: OkHttpClient, location: HttpUrl, Loading src/main/kotlin/foundation/e/dav4jvm/DavCalendar.kt +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ import java.text.SimpleDateFormat import java.util.* import java.util.logging.Logger /** * @author Nihar Thakkar and others */ class DavCalendar @JvmOverloads constructor( httpClient: OkHttpClient, location: HttpUrl, Loading src/main/kotlin/foundation/e/dav4jvm/DavCollection.kt +2 −0 Original line number Diff line number Diff line Loading @@ -15,7 +15,9 @@ import java.util.logging.Logger /** * Represents a WebDAV collection. * @author Nihar Thakkar and others */ open class DavCollection @JvmOverloads constructor( httpClient: OkHttpClient, location: HttpUrl, Loading src/main/kotlin/foundation/e/dav4jvm/DavResource.kt +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import java.util.logging.Logger * @param httpClient [OkHttpClient] to access this object (must not follow redirects) * @param location location of the WebDAV resource * @param log will be used for logging * @author Nihar Thakkar and others */ open class DavResource @JvmOverloads constructor( val httpClient: OkHttpClient, Loading src/main/kotlin/foundation/e/dav4jvm/PropertyRegistry.kt +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ import org.xmlpull.v1.XmlPullParserException import java.util.* import java.util.logging.Level /** * @author Nihar Thakkar and others */ object PropertyRegistry { private val factories = mutableMapOf<Property.Name, PropertyFactory>() Loading Loading
src/main/kotlin/foundation/e/dav4jvm/DavAddressBook.kt +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ import java.io.IOException import java.io.StringWriter import java.util.logging.Logger /** * @author Nihar Thakkar and others */ class DavAddressBook @JvmOverloads constructor( httpClient: OkHttpClient, location: HttpUrl, Loading
src/main/kotlin/foundation/e/dav4jvm/DavCalendar.kt +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ import java.text.SimpleDateFormat import java.util.* import java.util.logging.Logger /** * @author Nihar Thakkar and others */ class DavCalendar @JvmOverloads constructor( httpClient: OkHttpClient, location: HttpUrl, Loading
src/main/kotlin/foundation/e/dav4jvm/DavCollection.kt +2 −0 Original line number Diff line number Diff line Loading @@ -15,7 +15,9 @@ import java.util.logging.Logger /** * Represents a WebDAV collection. * @author Nihar Thakkar and others */ open class DavCollection @JvmOverloads constructor( httpClient: OkHttpClient, location: HttpUrl, Loading
src/main/kotlin/foundation/e/dav4jvm/DavResource.kt +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import java.util.logging.Logger * @param httpClient [OkHttpClient] to access this object (must not follow redirects) * @param location location of the WebDAV resource * @param log will be used for logging * @author Nihar Thakkar and others */ open class DavResource @JvmOverloads constructor( val httpClient: OkHttpClient, Loading
src/main/kotlin/foundation/e/dav4jvm/PropertyRegistry.kt +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ import org.xmlpull.v1.XmlPullParserException import java.util.* import java.util.logging.Level /** * @author Nihar Thakkar and others */ object PropertyRegistry { private val factories = mutableMapOf<Property.Name, PropertyFactory>() Loading