Package de.xima.fc.webdav
Interface AutoClosableSardine
- 
- All Superinterfaces:
 AutoCloseable,com.github.sardine.Sardine
public interface AutoClosableSardine extends com.github.sardine.Sardine, AutoCloseable
ASardinethat can also beclosed automaticallyso 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 voidclose()- 
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:
 closein interfaceAutoCloseable- Throws:
 IOException
 
 - 
 
 -