O
- Type of the elements the stream returns.public abstract class WebdavDirectoryStreamBase<O> extends DirectoryStreamBase<org.apache.jackrabbit.webdav.MultiStatusResponse,O>
DirectoryStream.Filter
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CURRENT_DIR_SYMBOL |
Constructor and Description |
---|
WebdavDirectoryStreamBase(Path dir,
DirectoryStream.Filter filter,
java.util.List<org.apache.jackrabbit.webdav.MultiStatusResponse> listing) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFileNameFromEntry(org.apache.jackrabbit.webdav.MultiStatusResponse entry,
Path parentPath) |
close, getStreamElementFromEntry, hasNext, iterator, next, remove
private static final java.lang.String CURRENT_DIR_SYMBOL
public WebdavDirectoryStreamBase(Path dir, DirectoryStream.Filter filter, java.util.List<org.apache.jackrabbit.webdav.MultiStatusResponse> listing) throws XenonException
XenonException
protected java.lang.String getFileNameFromEntry(org.apache.jackrabbit.webdav.MultiStatusResponse entry, Path parentPath)
getFileNameFromEntry
in class DirectoryStreamBase<org.apache.jackrabbit.webdav.MultiStatusResponse,O>