Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
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.
|
Copyright © ITHit. All Rights Reserved.