Package de.xima.fc.webdav
Interface AutoClosableSardine
-
- All Superinterfaces:
AutoCloseable
,com.github.sardine.Sardine
public interface AutoClosableSardine extends com.github.sardine.Sardine, AutoCloseable
ASardine
that can also beclosed automatically
so that it can be used with a try-with-resources statement.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
close()
-
Methods inherited from interface com.github.sardine.Sardine
copy, copy, createDirectory, delete, disableCompression, disablePreemptiveAuthentication, enableCompression, enablePreemptiveAuthentication, enablePreemptiveAuthentication, enablePreemptiveAuthentication, exists, get, get, getAcl, getPrincipalCollectionSet, getPrincipals, getQuota, getResources, ignoreCookies, list, list, list, list, lock, move, move, patch, patch, patch, propfind, put, put, put, put, put, put, put, put, put, refreshLock, report, search, setAcl, setCredentials, setCredentials, setCustomProps, shutdown, unlock
-
-
-
-
Method Detail
-
close
default void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-