org.openrdf.repository.object.managers.helpers
Class RoleClassLoader

java.lang.Object
  extended by org.openrdf.repository.object.managers.helpers.RoleClassLoader

public class RoleClassLoader
extends Object

Loads the annotations, concepts and behaviours into memory.

Author:
James Leigh

Constructor Summary
RoleClassLoader(RoleMapper roleMapper)
           
 
Method Summary
 void loadRoles(ClassLoader cl)
          Loads and registers roles listed in resource.
 void scan(URL jar, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleClassLoader

public RoleClassLoader(RoleMapper roleMapper)
Method Detail

loadRoles

public void loadRoles(ClassLoader cl)
               throws ObjectStoreConfigException
Loads and registers roles listed in resource.

Throws:
ObjectStoreConfigException

scan

public void scan(URL jar,
                 ClassLoader cl)
          throws ObjectStoreConfigException
Throws:
ObjectStoreConfigException


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.