com.bradmcevoy.http
Interface CollectionResource

All Superinterfaces:
Resource
All Known Subinterfaces:
DeletableCollectionResource, FolderResource, LockingCollectionResource, LockNullResource, MakeCollectionableResource, PutableResource

public interface CollectionResource
extends Resource

A type of Resource which can have children, ie it can act as a directory.

This is only part of the normal behaviour of a directory though, you should have a look at FolderResource for a more complete interface

Author:
brad

Method Summary
 Resource child(java.lang.String childName)
           
 java.util.List<? extends Resource> getChildren()
           
 
Methods inherited from interface com.bradmcevoy.http.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
 

Method Detail

child

Resource child(java.lang.String childName)

getChildren

java.util.List<? extends Resource> getChildren()


Copyright © 2011. All Rights Reserved.