public abstract class DavItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<DavItem> |
m_items |
protected DavPath |
m_path |
protected DavProvider |
m_provider |
Modifier | Constructor and Description |
---|---|
protected |
DavItem(DavProvider provider,
DavPath path) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getContentType() |
abstract java.lang.String |
getHref() |
abstract java.io.InputStream |
getInputStream() |
abstract long |
getLength() |
DavPath |
getPath() |
abstract java.util.Collection |
getPropertySet() |
java.util.Iterator |
iterator(int depth) |
protected DavProvider m_provider
protected java.util.ArrayList<DavItem> m_items
protected DavPath m_path
protected DavItem(DavProvider provider, DavPath path)
public DavPath getPath()
public abstract java.util.Collection getPropertySet()
public abstract java.lang.String getHref()
public abstract java.io.InputStream getInputStream()
public abstract long getLength()
public abstract java.lang.String getContentType()
public java.util.Iterator iterator(int depth)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.