com.ecyrd.jspwiki.dav.items
Class DirectoryItem
java.lang.Object
com.ecyrd.jspwiki.dav.items.DavItem
com.ecyrd.jspwiki.dav.items.DirectoryItem
- Direct Known Subclasses:
- AttachmentDirectoryItem, TopLevelDavItem
public class DirectoryItem
- extends DavItem
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryItem
public DirectoryItem(DavProvider provider,
DavPath path)
getContentType
public String getContentType()
- Specified by:
getContentType
in class DavItem
getLength
public long getLength()
- Specified by:
getLength
in class DavItem
getPropertySet
public Collection getPropertySet()
- Specified by:
getPropertySet
in class DavItem
getHref
public String getHref()
- Specified by:
getHref
in class DavItem
addDavItem
public void addDavItem(DavItem di)
addDavItems
public void addDavItems(Collection c)
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStream
in class DavItem