| |
|
| java.lang.Object org.skunk.dav.client.DAVFile
DAVFile | public class DAVFile implements Comparable(Code) | | a wrapper around the results returned by a DAV propfind or other DAV method.
It resembles a beanified ResultSet more than a File object; two DAVFile objects
with the same host, port, and path may have quite different contents, depending
on the sorts of queries that were used to generate it.
author: Jacob Smullyan |
addSupportedLock | public void addSupportedLock(Lock shlock)(Code) | | |
compareToDAVFile | public int compareToDAVFile(DAVFile otherFile)(Code) | | |
getAvailableProperties | public DAVProperty[] getAvailableProperties()(Code) | | N.B. this only has meaning after a propname query. An allprop or prop
will not populate this structure and this method will then return null
|
getChildCollectionCount | public int getChildCollectionCount()(Code) | | |
getChildCount | public int getChildCount()(Code) | | |
getContentLength | public Long getContentLength()(Code) | | |
getCustomProperties | public Map getCustomProperties()(Code) | | |
getExclusiveLock | public Lock getExclusiveLock()(Code) | | |
getExclusiveLockOwner | public String getExclusiveLockOwner()(Code) | | |
getExclusiveLockToken | public String getExclusiveLockToken()(Code) | | |
getFullNameWithProtocol | public String getFullNameWithProtocol()(Code) | | |
getPort | public int getPort()(Code) | | |
getResponseDescription | public String getResponseDescription()(Code) | | |
getSupportedLocks | public Lock[] getSupportedLocks()(Code) | | |
isCollection | public boolean isCollection()(Code) | | |
isExclusiveLocked | public boolean isExclusiveLocked()(Code) | | |
isLocked | public boolean isLocked()(Code) | | |
setContentLanguage | public void setContentLanguage(String contentLanguage)(Code) | | |
setContentLength | public void setContentLength(Long contentLength)(Code) | | |
setContentType | public void setContentType(String contentType)(Code) | | |
setCreationDate | public void setCreationDate(String creationDate)(Code) | | |
setDisplayName | public void setDisplayName(String displayName)(Code) | | |
setExclusiveLock | public void setExclusiveLock(Lock lock)(Code) | | |
setLastModified | public void setLastModified(String lastModified)(Code) | | |
setPort | public void setPort(int port)(Code) | | |
setResourceType | public void setResourceType(String resourceType)(Code) | | |
setResponseDescription | public void setResponseDescription(String responseDescription)(Code) | | |
|
|
|