net.sourceforge.jane.lang.reflection
Class ReflectionClassInfoFactory

java.lang.Object
  |
  +--net.sourceforge.jane.ClassInfoFactory
        |
        +--net.sourceforge.jane.lang.reflection.ReflectionClassInfoFactory

public class ReflectionClassInfoFactory
extends ClassInfoFactory

A ClassInfoFactory that creates class information using reflection.


Fields inherited from class net.sourceforge.jane.ClassInfoFactory
FACTORY_PROPERTY_PREFIX
 
Constructor Summary
ReflectionClassInfoFactory()
           
 
Method Summary
 ClassInfo createClass(Jane jane, ArtifactLocator locator, java.lang.String className)
          Create an instance of ClassInfo.
 
Methods inherited from class net.sourceforge.jane.ClassInfoFactory
getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionClassInfoFactory

public ReflectionClassInfoFactory()
Method Detail

createClass

public ClassInfo createClass(Jane jane,
                             ArtifactLocator locator,
                             java.lang.String className)
                      throws JaneException
Create an instance of ClassInfo.
Overrides:
createClass in class ClassInfoFactory


Copyright © 2002-2002 SourceForge. All Rights Reserved.