fr.paris5.shaman.insight.content
Interface BLOBStore

All Known Implementing Classes:
FileSystemStore

public interface BLOBStore

Behavior of a storage système handling binary content.

Version:
$Id: BLOBStore.java,v 1.3 2002/08/07 13:30:53 caillette Exp $
Author:
Laurent Caillette

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void clearAll()
          Clears all store content, use at your own risk !
 StoreFeeder createStoreFeeder(ImportParameters importParameters)
          Creates a StoreFeeder, which will handle access to physical data store.
 java.net.URL getResourceURL(Publication publication, java.lang.String fragmentPath)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

createStoreFeeder

public StoreFeeder createStoreFeeder(ImportParameters importParameters)
Creates a StoreFeeder, which will handle access to physical data store.
Parameters:
importParameters -  
Returns:
 

clearAll

public void clearAll()
Clears all store content, use at your own risk !

getResourceURL

public java.net.URL getResourceURL(Publication publication,
                                   java.lang.String fragmentPath)


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.