org.joseki.server.module
Class Loader

java.lang.Object
  extended byorg.joseki.server.module.Loader

public class Loader
extends java.lang.Object

Load classes and instantiate new objects based on loadable classes. Understands the RDF properties for naming and initializing a new instance.

Version:
$Id: Loader.java,v 1.9 2004/04/30 14:13:14 andy_seaborne Exp $
Author:
Andy Seaborne

Constructor Summary
Loader()
           
 
Method Summary
 Loadable loadAndInstantiate(com.hp.hpl.jena.rdf.model.Resource bindingResource, java.lang.Class expectedType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader

public Loader()
Method Detail

loadAndInstantiate

public Loadable loadAndInstantiate(com.hp.hpl.jena.rdf.model.Resource bindingResource,
                                   java.lang.Class expectedType)


Copyright © 2002 Hewlett-Packard. All Rights Reserved.