com.ecyrd.jspwiki.dav.items
Class DavItem
java.lang.Object
com.ecyrd.jspwiki.dav.items.DavItem
- Direct Known Subclasses:
- DirectoryItem, PageDavItem
public abstract class DavItem
- extends Object
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_provider
protected DavProvider m_provider
m_items
protected ArrayList<DavItem> m_items
m_path
protected DavPath m_path
DavItem
protected DavItem(DavProvider provider,
DavPath path)
getPath
public DavPath getPath()
getPropertySet
public abstract Collection getPropertySet()
getHref
public abstract String getHref()
getInputStream
public abstract InputStream getInputStream()
getLength
public abstract long getLength()
getContentType
public abstract String getContentType()
iterator
public Iterator iterator(int depth)