org.apache.xbean.finder
Class ClassFinder.ClassInfo

java.lang.Object
  extended by org.apache.xbean.finder.ClassFinder.Annotatable
      extended by org.apache.xbean.finder.ClassFinder.ClassInfo
All Implemented Interfaces:
ClassFinder.Info
Enclosing class:
ClassFinder

public class ClassFinder.ClassInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info


Constructor Summary
ClassFinder.ClassInfo(Class clazz)
           
ClassFinder.ClassInfo(String name, String superType)
           
 
Method Summary
 Class get()
           
 List<ClassFinder.MethodInfo> getConstructors()
           
 List<ClassFinder.FieldInfo> getFields()
           
 List<String> getInterfaces()
           
 List<ClassFinder.MethodInfo> getMethods()
           
 String getName()
           
 String getPackageName()
           
 String getSuperType()
           
 String toString()
           
 
Methods inherited from class org.apache.xbean.finder.ClassFinder.Annotatable
getAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.finder.ClassFinder.Info
getAnnotations
 

Constructor Detail

ClassFinder.ClassInfo

public ClassFinder.ClassInfo(Class clazz)

ClassFinder.ClassInfo

public ClassFinder.ClassInfo(String name,
                             String superType)
Method Detail

getPackageName

public String getPackageName()

getConstructors

public List<ClassFinder.MethodInfo> getConstructors()

getInterfaces

public List<String> getInterfaces()

getFields

public List<ClassFinder.FieldInfo> getFields()

getMethods

public List<ClassFinder.MethodInfo> getMethods()

getName

public String getName()
Specified by:
getName in interface ClassFinder.Info

getSuperType

public String getSuperType()

get

public Class get()
          throws ClassNotFoundException
Throws:
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.