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, rename
getLock, getLocks, isLocked, lock
IDavFile createItem(IDavContext dctx, String name)
IDavCollection createCollection(IDavContext dctx, String name)
ArrayList<IDavItem> getChildren(IDavContext ctxt)
Copyright © 2016–2022. All rights reserved.