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

java.lang.Object
  extended by org.openrdf.repository.object.managers.helpers.CheckForConcept
Direct Known Subclasses:
CheckForAnnotation, CheckForBehaviour

public class CheckForConcept
extends Object

Filter for detecting @rdf annotated class files.

Author:
James Leigh

Field Summary
protected  ClassLoader cl
           
 
Constructor Summary
CheckForConcept(ClassLoader cl)
           
 
Method Summary
protected  boolean checkAccessFlags(int flags)
           
 String getClassName(String name, InputStream stream)
           
 String getName()
           
protected  boolean isAnnotationPresent(javassist.bytecode.ClassFile cf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cl

protected ClassLoader cl
Constructor Detail

CheckForConcept

public CheckForConcept(ClassLoader cl)
Method Detail

getName

public String getName()

getClassName

public String getClassName(String name,
                           InputStream stream)
                    throws IOException
Throws:
IOException

checkAccessFlags

protected boolean checkAccessFlags(int flags)

isAnnotationPresent

protected boolean isAnnotationPresent(javassist.bytecode.ClassFile cf)


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