uk.ac.soton.ecs.grimoires.server.store
Class AbstractLoader

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.store.AbstractLoader
All Implemented Interfaces:
Loader
Direct Known Subclasses:
MetadataLoader

public class AbstractLoader
extends Object
implements Loader


Constructor Summary
AbstractLoader()
           
 
Method Summary
 void loadFromStore(Object toLoad, com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.RDFNode resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLoader

public AbstractLoader()
Method Detail

loadFromStore

public void loadFromStore(Object toLoad,
                          com.hp.hpl.jena.rdf.model.Model model,
                          com.hp.hpl.jena.rdf.model.RDFNode resource)
                   throws StoreException
Specified by:
loadFromStore in interface Loader
Throws:
StoreException