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
child
Resource child(java.lang.String childName)
getChildren
java.util.List<? extends Resource> getChildren()
Copyright © 2011. All Rights Reserved.