org.openrdf.repository.object.managers.helpers
Class RoleMatcher
java.lang.Object
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.
RoleMatcher
public RoleMatcher()
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.