org.apache.avalon.cornerstone.services.store
Interface StreamRepository

All Superinterfaces:
Repository

public interface StreamRepository
extends Repository

Repository for Streams

Author:
Federico Barbieri

Method Summary
 java.io.InputStream get(java.lang.String key)
           
 java.util.Iterator list()
           
 java.io.OutputStream put(java.lang.String key)
           
 void remove(java.lang.String key)
           
 
Methods inherited from interface org.apache.avalon.cornerstone.services.store.Repository
getChildRepository
 

Method Detail

put

java.io.OutputStream put(java.lang.String key)

get

java.io.InputStream get(java.lang.String key)

remove

void remove(java.lang.String key)

list

java.util.Iterator list()


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.