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

java.lang.Object
  extended by org.openrdf.repository.object.managers.helpers.RoleMatcher
All Implemented Interfaces:
Cloneable

public class RoleMatcher
extends Object
implements Cloneable

Matches concepts with @matches annotation to URIs as their are loaded from the repository.


Constructor Summary
RoleMatcher()
           
 
Method Summary
 void addRoles(String pattern, Class<?> role)
           
 RoleMatcher clone()
           
 void findRoles(String uri, Collection<Class<?>> roles)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleMatcher

public RoleMatcher()
Method Detail

clone

public RoleMatcher clone()
Overrides:
clone in class Object

isEmpty

public boolean isEmpty()

addRoles

public void addRoles(String pattern,
                     Class<?> role)

findRoles

public void findRoles(String uri,
                      Collection<Class<?>> roles)


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