org.openrdf.repository.object.composition
Class AbstractClassFactory

java.lang.Object
  extended by org.openrdf.repository.object.composition.AbstractClassFactory

public class AbstractClassFactory
extends Object

Creates subclasses of abstract behaviours that can be instaniated.

Author:
James Leigh

Field Summary
static String CLASS_PREFIX
           
 
Constructor Summary
AbstractClassFactory()
           
 
Method Summary
 Collection<Class<?>> findImplementations(Collection<Class<?>> classes)
           
 Method getReadMethod(Field field)
           
 Method getWriteMethod(Field field)
           
 void setClassDefiner(ClassFactory definer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_PREFIX

public static final String CLASS_PREFIX
See Also:
Constant Field Values
Constructor Detail

AbstractClassFactory

public AbstractClassFactory()
Method Detail

setClassDefiner

public void setClassDefiner(ClassFactory definer)

findImplementations

public Collection<Class<?>> findImplementations(Collection<Class<?>> classes)

getReadMethod

public Method getReadMethod(Field field)

getWriteMethod

public Method getWriteMethod(Field field)


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