Uses of Interface
com.ithit.webdav.server.Folder

Packages that use Folder
com.ithit.webdav.server Contains interfaces required by Class 1, Class2 compliant WebDav implementations. 
 

Uses of Folder in com.ithit.webdav.server
 

Methods in com.ithit.webdav.server with parameters of type Folder
 void HierarchyItem.copyTo(Folder folder, java.lang.String destName, boolean deep)
          Creates a copy of this item with a new name in the destination folder.
 void HierarchyItem.moveTo(Folder folder, java.lang.String destName)
          Moves this item to the destination folder under a new name.
 



Copyright © 2009 ITHit. All Rights Reserved.