| Package | Description |
|---|---|
| com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
| com.ithit.webdav.server.search |
Contains interfaces for creating server which supports DASL server search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyItem.copyTo(Folder folder,
String destName,
boolean deep)
Creates a copy of this item with a new name in the destination folder.
|
void |
HierarchyItem.moveTo(Folder folder,
String destName)
Moves this item to the destination folder under a new name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Search
Represents a folder that supports search according to DASL standard.
|
Copyright © ITHit. All Rights Reserved.