com.opensymphony.xwork2.util.finder
Class ClassFinder.ClassInfo

java.lang.Object
  extended by com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
      extended by com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
All Implemented Interfaces:
ClassFinder.Info
Enclosing class:
ClassFinder

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


Field Summary
private  Class<?> clazz
           
private  List<ClassFinder.MethodInfo> constructors
           
private  List<ClassFinder.FieldInfo> fields
           
private  List<String> interfaces
           
private  List<ClassFinder.MethodInfo> methods
           
private  String name
           
private  ClassNotFoundException notFound
           
private  List<String> superInterfaces
           
private  String superType
           
 
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()
           
 List<String> getSuperInterfaces()
           
 String getSuperType()
           
 String toString()
           
 
Methods inherited from class com.opensymphony.xwork2.util.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 com.opensymphony.xwork2.util.finder.ClassFinder.Info
getAnnotations
 

Field Detail

name

private final String name

methods

private final List<ClassFinder.MethodInfo> methods

constructors

private final List<ClassFinder.MethodInfo> constructors

superType

private final String superType

interfaces

private final List<String> interfaces

superInterfaces

private final List<String> superInterfaces

fields

private final List<ClassFinder.FieldInfo> fields

clazz

private Class<?> clazz

notFound

private ClassNotFoundException notFound
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()

getSuperInterfaces

public List<String> getSuperInterfaces()

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 © 2000-2009 Apache Software Foundation. All Rights Reserved.