public interface IDavCollection extends IDavItem
| Modifier and Type | Method and Description |
|---|---|
IDavCollection |
createCollection(IDavContext dctx,
String name)
Create a new folder (name)
|
IDavFile |
createItem(IDavContext dctx,
String name) |
ArrayList<IDavItem> |
getChildren(IDavContext ctxt) |
delete, getCreationDate, getLastModified, getName, getParentPath, getPath, getRepo, renamegetLock, getLocks, isLocked, lockIDavFile createItem(IDavContext dctx, String name)
IDavCollection createCollection(IDavContext dctx, String name)
ArrayList<IDavItem> getChildren(IDavContext ctxt)
Copyright © 2016–2022. All rights reserved.