com.bradmcevoy.http
Interface CopyableResource

All Superinterfaces:
Resource
All Known Subinterfaces:
FileResource, FolderResource

public interface CopyableResource
extends Resource

webDAV COPY


Method Summary
 void copyTo(CollectionResource toCollection, java.lang.String name)
           
 
Methods inherited from interface com.bradmcevoy.http.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
 

Method Detail

copyTo

void copyTo(CollectionResource toCollection,
            java.lang.String name)
            throws NotAuthorizedException,
                   BadRequestException,
                   ConflictException
Throws:
NotAuthorizedException
BadRequestException
ConflictException


Copyright © 2011. All Rights Reserved.